svtools/source/filter/exportdialog.cxx | 1 - svtools/source/filter/exportdialog.hrc | 1 - svtools/source/filter/exportdialog.hxx | 1 - svtools/source/filter/exportdialog.src | 6 ------ 4 files changed, 9 deletions(-)
New commits: commit f9a12d8dd35882b5d58a12b70ff8d2f9ee8b6acf Author: Caolán McNamara <caol...@redhat.com> Date: Tue Oct 9 09:24:35 2012 +0100 FL_PBM_OPTIONS never shown either Change-Id: I9866e2234960a6525212431d9e6dbad17359d1b6 diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index 24339bc..b2a7d38 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 6bcb10c..23df23b 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 83168d2..f98d971 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 92abe18..ef82a6c 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;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits