summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-09 09:24:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-09 09:24:51 +0100
commitf9a12d8dd35882b5d58a12b70ff8d2f9ee8b6acf (patch)
tree56ad92618f5ed08f8b88d1ac6efaf01168d6af5d /svtools
parentad181973af9be0b5bea129ef9a1976b379681e66 (diff)
FL_PBM_OPTIONS never shown either
Change-Id: I9866e2234960a6525212431d9e6dbad17359d1b6
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/exportdialog.cxx1
-rw-r--r--svtools/source/filter/exportdialog.hrc1
-rw-r--r--svtools/source/filter/exportdialog.hxx1
-rw-r--r--svtools/source/filter/exportdialog.src6
4 files changed, 0 insertions, 9 deletions
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;