summaryrefslogtreecommitdiffstats
path: root/svtools/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-18 22:55:00 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-19 01:34:04 +0100
commite51aca1fa61f2e433da2185e53e9be982f50eb74 (patch)
treeede35c5365161ce6012de8c12b2300c10cf7516d /svtools/inc
parentadapt ScDataPilotTableObj test to XDataPilotTable2 changes (diff)
downloadcore-e51aca1fa61f2e433da2185e53e9be982f50eb74.tar.gz
core-e51aca1fa61f2e433da2185e53e9be982f50eb74.zip
svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialog
And simplify sdgrffilter because this if is always true.
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/filter.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/inc/svtools/filter.hxx b/svtools/inc/svtools/filter.hxx
index ce530b5d5ac6..526ef933753d 100644
--- a/svtools/inc/svtools/filter.hxx
+++ b/svtools/inc/svtools/filter.hxx
@@ -316,9 +316,6 @@ public:
String GetExportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry = 0 );
sal_Bool IsExportPixelFormat( sal_uInt16 nFormat );
- sal_Bool HasImportDialog( sal_uInt16 nFormat );
- sal_Bool DoImportDialog( Window* pWindow, sal_uInt16 nFormat );
-
sal_Bool HasExportDialog( sal_uInt16 nFormat );
sal_Bool DoExportDialog( Window* pWindow, sal_uInt16 nFormat );
sal_Bool DoExportDialog( Window* pWindow, sal_uInt16 nFormat, FieldUnit eFieldUnit );