diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index 24339bcf90d3..b2a7d3867dc8 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -589,7 +589,6 @@ ExportDialog::ExportDialog( FltCallDialogParameter& rPara, maLbColorDepth ( this, ResId( LB_COLOR_DEPTH, *rPara.pResMgr ) ), maFlJPGQuality ( this, ResId( FL_JPG_QUALITY, *rPara.pResMgr ) ), maFlMode ( this, ResId( FL_MODE, *rPara.pResMgr ) ), - maFlPBMOptions ( this, ResId( FL_PBM_OPTIONS, *rPara.pResMgr ) ), maSbCompression ( this, ResId( SB_COMPRESSION, *rPara.pResMgr ) ), maNfCompression ( this, ResId( NF_COMPRESSION, *rPara.pResMgr ) ), maFtJPGMin ( this, ResId( FT_JPG_MIN, *rPara.pResMgr ) ), diff --git a/svtools/source/filter/exportdialog.hrc b/svtools/source/filter/exportdialog.hrc index 6bcb10c3d6fb..23df23b2a190 100644 --- a/svtools/source/filter/exportdialog.hrc +++ b/svtools/source/filter/exportdialog.hrc @@ -27,7 +27,6 @@ #define FL_COMPRESSION 4 #define FL_MODE 5 #define FL_GIF_DRAWING_OBJECTS 6 -#define FL_PBM_OPTIONS 7 #define FL_EPS_PREVIEW 8 #define FL_EPS_VERSION 9 #define FL_EPS_COLOR_FORMAT 10 diff --git a/svtools/source/filter/exportdialog.hxx b/svtools/source/filter/exportdialog.hxx index 83168d2230c1..f98d971716bf 100644 --- a/svtools/source/filter/exportdialog.hxx +++ b/svtools/source/filter/exportdialog.hxx @@ -70,7 +70,6 @@ private: ListBox maLbColorDepth; FixedLine maFlJPGQuality; FixedLine maFlMode; - FixedLine maFlPBMOptions; ScrollBar maSbCompression; NumericField maNfCompression; FixedText maFtJPGMin; diff --git a/svtools/source/filter/exportdialog.src b/svtools/source/filter/exportdialog.src index 92abe187b651..ef82a6cf802e 100644 --- a/svtools/source/filter/exportdialog.src +++ b/svtools/source/filter/exportdialog.src @@ -208,12 +208,6 @@ ModalDialog DLG_EXPORT Size = MAP_APPFONT ( 110 , 8 ) ; Text [ en-US ] = "Mode" ; }; - FixedLine FL_PBM_OPTIONS - { - Hide = TRUE; - Size = MAP_APPFONT ( 110 , 8 ) ; - Text [ en-US ] = "File Format" ; - }; ScrollBar SB_COMPRESSION { Hide = TRUE;