diff options
| author | Andrew Higginson <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
|---|---|---|
| committer | Andrew <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
| commit | 80960b623a99aae1402ab651b2974ef544ed3b03 (patch) | |
| tree | ba49d42c2789e9e11f805e2d5263e10f9fedeef8 /src/sp-title.cpp | |
| parent | try to fix bug (diff) | |
| parent | GDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value. (diff) | |
| download | inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.tar.gz inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.zip | |
merged with trunk so I can build again...
(bzr r10092.1.36)
Diffstat (limited to 'src/sp-title.cpp')
| -rw-r--r-- | src/sp-title.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/sp-title.cpp b/src/sp-title.cpp index d21c7b71e..ddeccede2 100644 --- a/src/sp-title.cpp +++ b/src/sp-title.cpp @@ -1,5 +1,3 @@ -#define __SP_TITLE_C__ - /* * SVG <title> implementation * @@ -59,11 +57,10 @@ sp_title_init(SPTitle */*desc*/) { } -/* - * \brief Writes it's settings to an incoming repr object, if any +/** + * Writes it's settings to an incoming repr object, if any. */ -static Inkscape::XML::Node * -sp_title_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) +static Inkscape::XML::Node *sp_title_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { if (!repr) { repr = object->getRepr()->duplicate(doc); |
