summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-04-05 05:06:43 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-04-05 05:06:43 +0000
commit9ff6ffd913086ac953e79231c2a3345f997589fe (patch)
treeca090d1c76e439a0f704de753e8789f2df071b51 /src/file.h
parentc++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so... (diff)
downloadinkscape-9ff6ffd913086ac953e79231c2a3345f997589fe.tar.gz
inkscape-9ff6ffd913086ac953e79231c2a3345f997589fe.zip
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread "Some clipboard functions")
(bzr r11153)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h
index cd6de2eb1..4d28e57d8 100644
--- a/src/file.h
+++ b/src/file.h
@@ -117,6 +117,8 @@ bool sp_file_save_dialog (Gtk::Window &parentWindow, SPDocument *doc, Inkscape::
## I M P O R T
######################*/
+void sp_import_document(SPDesktop *desktop, SPDocument *clipdoc, bool in_place);
+
/**
* Displays a file selector dialog, to allow the
* user to import data into the current document.