diff options
| author | Denis Declara <declara91@gmail.com> | 2012-04-15 12:29:45 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-04-15 12:29:45 +0000 |
| commit | 6b5ff661a46ea1779c86f6947006c5ed32926117 (patch) | |
| tree | a5b170f0830854e99ad065055ee2a3996933e614 /src/document.h | |
| parent | Improved User interface. (diff) | |
| parent | i18n. Fix for Bug #980518 (Please use c-format). (diff) | |
| download | inkscape-6b5ff661a46ea1779c86f6947006c5ed32926117.tar.gz inkscape-6b5ff661a46ea1779c86f6947006c5ed32926117.zip | |
Trunk merge
(bzr r11073.1.15)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index e41ec4d59..ca709a8b6 100644 --- a/src/document.h +++ b/src/document.h @@ -247,6 +247,8 @@ public: unsigned int vacuumDocument(); + void importDefs(SPDocument *source); + private: void do_change_uri(gchar const *const filename, bool const rebase); void setupViewport(SPItemCtx *ctx); |
