summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.cpp
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2007-08-19 00:29:36 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2007-08-19 00:29:36 +0000
commit5e61fd705ae880e240b785f5606d5ac7253a023b (patch)
treedcac4198e7a53c9eaf45d84beeb22a4f694bdcfb /src/ui/dialog/filedialog.cpp
parentAdded the ability to set the precision of gradient mesh approximation in PdfP... (diff)
downloadinkscape-5e61fd705ae880e240b785f5606d5ac7253a023b.tar.gz
inkscape-5e61fd705ae880e240b785f5606d5ac7253a023b.zip
Separated the OCAL import and export dialogs into their own source file - ocaldialogs.cpp and ocaldialogs.h
(bzr r3511)
Diffstat (limited to 'src/ui/dialog/filedialog.cpp')
-rw-r--r--src/ui/dialog/filedialog.cpp35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/ui/dialog/filedialog.cpp b/src/ui/dialog/filedialog.cpp
index 88ba32679..c3ca49c99 100644
--- a/src/ui/dialog/filedialog.cpp
+++ b/src/ui/dialog/filedialog.cpp
@@ -76,41 +76,6 @@ FileSaveDialog *FileSaveDialog::create(Gtk::Window& parentWindow,
}
-//########################################################################
-//# F I L E E X P O R T T O O C A L
-//########################################################################
-
-
-/**
- * Public factory method. Used in file.cpp
- */
-
- FileExportToOCALDialog *FileExportToOCALDialog::create(Gtk::Window& parentWindow,
- FileDialogType fileTypes,
- const Glib::ustring &title,
- const Glib::ustring &default_key)
-{
- FileExportToOCALDialog *dialog = new FileExportToOCALDialogImpl(parentWindow, fileTypes, title, default_key);
- return dialog;
-}
-
-//#########################################################################
-//### F I L E I M P O R T F R O M O C A L
-//#########################################################################
-
-/**
- * Public factory. Called by file.cpp.
- */
-FileImportFromOCALDialog *FileImportFromOCALDialog::create(Gtk::Window &parentWindow,
- const Glib::ustring &path,
- FileDialogType fileTypes,
- const Glib::ustring &title)
-{
- FileImportFromOCALDialog *dialog = new FileImportFromOCALDialogImplGtk(parentWindow, path, fileTypes, title);
- return dialog;
-}
-
-
} //namespace Dialog
} //namespace UI
} //namespace Inkscape