diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/exportdialog.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index ae331cce6c5e..6ab5ab82b7f4 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -52,7 +52,6 @@ #define FORMAT_PGM 6 #define FORMAT_PPM 7 #define FORMAT_TIF 10 -#define FORMAT_XPM 11 #define FORMAT_WMF 12 #define FORMAT_EMF 13 #define FORMAT_EPS 14 @@ -89,8 +88,6 @@ static sal_Int16 GetFilterFormat(const OUString& rExt) nFormat = FORMAT_PPM; else if ( rExt == "TIF" ) nFormat = FORMAT_TIF; - else if ( rExt == "XPM" ) - nFormat = FORMAT_XPM; else if ( rExt == "WMF" ) nFormat = FORMAT_WMF; else if ( rExt == "EMF" ) |