summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-07-05 17:47:11 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-07-05 17:47:11 +0000
commite9298ea62f34a06cb531855ddcab90d52035df22 (patch)
treee8b2c6d381021d6ea2e43f28872f29fb113c060b /src/document.h
parentAllow styling def sections and go to the eleemnt (diff)
downloadinkscape-e9298ea62f34a06cb531855ddcab90d52035df22.tar.gz
inkscape-e9298ea62f34a06cb531855ddcab90d52035df22.zip
Fix coding style
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/document.h b/src/document.h
index 9c81e5243..609d665bc 100644
--- a/src/document.h
+++ b/src/document.h
@@ -146,12 +146,14 @@ public:
void do_change_uri(char const *const filename, bool const rebase);
void changeUriAndHrefs(char const *uri);
- void setXMLDialogSelectedObject(SPObject * activexmltree) {_activexmltree = activexmltree;}
- SPObject * getXMLDialogSelectedObject() {return _activexmltree;}
-private:
+ void setXMLDialogSelectedObject(SPObject *activexmltree) { _activexmltree = activexmltree; }
+ SPObject *getXMLDialogSelectedObject() { return _activexmltree; }
+
+ private:
void _importDefsNode(SPDocument *source, Inkscape::XML::Node *defs, Inkscape::XML::Node *target_defs);
SPObject *_activexmltree;
-public:
+
+ public:
void importDefs(SPDocument *source);
unsigned int vacuumDocument();