diff options
| author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2007-08-19 00:29:36 +0000 |
|---|---|---|
| committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | 2007-08-19 00:29:36 +0000 |
| commit | 5e61fd705ae880e240b785f5606d5ac7253a023b (patch) | |
| tree | dcac4198e7a53c9eaf45d84beeb22a4f694bdcfb /src/ui/dialog/filedialog.cpp | |
| parent | Added the ability to set the precision of gradient mesh approximation in PdfP... (diff) | |
| download | inkscape-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.cpp | 35 |
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 |
