diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-05 17:47:11 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-05 17:47:11 +0000 |
| commit | e9298ea62f34a06cb531855ddcab90d52035df22 (patch) | |
| tree | e8b2c6d381021d6ea2e43f28872f29fb113c060b /src/document.h | |
| parent | Allow styling def sections and go to the eleemnt (diff) | |
| download | inkscape-e9298ea62f34a06cb531855ddcab90d52035df22.tar.gz inkscape-e9298ea62f34a06cb531855ddcab90d52035df22.zip | |
Fix coding style
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 10 |
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(); |
