summaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
authorBruno Dilly <bruno.dilly@gmail.com>2007-08-08 05:47:10 +0000
committerbdilly <bdilly@users.sourceforge.net>2007-08-08 05:47:10 +0000
commitb731e2b6d697648fc74a9a66eb66586870279e91 (patch)
treecdc7d1b2f260098a377c0ffc3b118032133fdd88 /src/file.h
parentFilter effects dialog: (diff)
downloadinkscape-b731e2b6d697648fc74a9a66eb66586870279e91.tar.gz
inkscape-b731e2b6d697648fc74a9a66eb66586870279e91.zip
export to ocal bug fix
(bzr r3418)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h
index 33210fabd..c5a854922 100644
--- a/src/file.h
+++ b/src/file.h
@@ -168,6 +168,23 @@ void sp_file_export_to_ocal (Gtk::Window &parentWindow );
bool sp_file_export_to_ocal_dialog (void *widget);
+/*######################
+## I M P O R T F R O M O C A L
+######################*/
+
+/**
+ * Import a document from OCAL
+ */
+void sp_file_import_from_ocal (Gtk::Window &parentWindow );
+
+
+/**
+ * Import a document from OCAL
+ */
+//bool sp_file_import_from_ocal_dialog (void *widget);
+
+
+
/*######################
## P R I N T