diff options
| author | Ben Scholzen 'DASPRiD <mail@dasprids.de> | 2015-05-29 17:21:52 +0000 |
|---|---|---|
| committer | Ben Scholzen 'DASPRiD <mail@dasprids.de> | 2015-05-29 17:21:52 +0000 |
| commit | ea3737623c19fa92b97ec6c3e228ea0f8db7a03b (patch) | |
| tree | 2d5423399a5341808db808cecef571aa41773be6 /src/document.h | |
| parent | Use more fine-grain fallbacks for Poppler/Cairo PDF imports. (diff) | |
| download | inkscape-ea3737623c19fa92b97ec6c3e228ea0f8db7a03b.tar.gz inkscape-ea3737623c19fa92b97ec6c3e228ea0f8db7a03b.zip | |
Import all defs from clipboard or imported files
Fixed bugs:
- https://launchpad.net/bugs/1460057
(bzr r14185)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index 16b9bb28d..dd1e295a2 100644 --- a/src/document.h +++ b/src/document.h @@ -275,6 +275,7 @@ public: private: void do_change_uri(char const *const filename, bool const rebase); void setupViewport(SPItemCtx *ctx); + void importDefsNode(SPDocument *source, Inkscape::XML::Node *defs, Inkscape::XML::Node *target_defs); }; /* |
