Code

fix LaTeX extension to work with the new lxml lib
[inkscape.git] / src / file.h
index 33210fabdb923a9666803b9a85b985fd3155ac6a..7f960ab651410bcb5a7c129a601d1872c4227ac9 100644 (file)
@@ -79,14 +79,6 @@ void sp_file_revert_dialog ();
 ## S A V E
 ######################*/
 
-/*
- * Added to make only the local savings.
- */
-
-bool file_save_local(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri,
-               Inkscape::Extension::Extension *key, bool saveas, bool official);
-
-
 /*
  * Added to make only the remote savings.
  */
@@ -94,8 +86,6 @@ bool file_save_local(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ust
 bool file_save_remote(SPDocument *doc, const Glib::ustring &uri,
                 Inkscape::Extension::Extension *key, bool saveas, bool official);
 
-
-
 /**
  *
  */
@@ -168,6 +158,15 @@ 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 );
+
 
 /*######################
 ## P R I N T