Index: filter/source/pdf/impdialog.cxx =================================================================== RCS file: /cvs/framework/filter/source/pdf/impdialog.cxx,v retrieving revision 1.14.20.6 diff -u -p -u -r1.14.20.6 impdialog.cxx --- filter/source/pdf/impdialog.cxx 16 Mar 2006 09:51:54 -0000 1.14.20.6 +++ filter/source/pdf/impdialog.cxx 16 Mar 2006 20:59:57 -0000 @@ -172,9 +172,6 @@ ImpPDFTabDialog::ImpPDFTabDialog( Window //get the CTL (Complex Text Layout) from general options, returns TRUE if we have a CTL font on our hands. mbUseCTLFont = maConfigI18N.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "CTLFont" ) ), sal_False ); -//get the CTL (Complex Text Layout) from general options, returns TRUE if we have a CTL font on our hands. - mbUseCTLFont = maConfigI18N.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "CTLFont" ) ), sal_False ); - mbUseLosslessCompression = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "UseLosslessCompression" ) ), sal_False ); mnQuality = maConfigItem.ReadInt32( OUString( RTL_CONSTASCII_USTRINGPARAM( "Quality" ) ), 90 ); mbReduceImageResolution = maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( "ReduceImageResolution" ) ), sal_False ); @@ -218,8 +215,7 @@ ImpPDFTabDialog::ImpPDFTabDialog( Window GetOKButton().SetText( OUString( String( ResId( STR_PDF_EXPORT, &rResMgr ) ) ) ); //remove the reset button, not needed in this tabbed dialog RemoveResetButton(); -//FIXME -//very, very ugly hack: I don't know how to have the tab pages displayed correctly without this... +//FIXME: very, very ugly hack: I don't know how to have the tab pages displayed correctly without this... maFlPages.Hide(); ///////////////// } @@ -685,4 +681,3 @@ void ImpPDFTabViewerPage::SetFilterConfi maCbCenterWindow.Check( paParent->mbCenterWindow ); maCbDispDocTitle.Check( paParent->mbDisplayPDFDocumentTitle ); } - Index: filter/source/pdf/impdialog.hxx =================================================================== RCS file: /cvs/framework/filter/source/pdf/impdialog.hxx,v retrieving revision 1.12.20.6 diff -u -p -u -r1.12.20.6 impdialog.hxx --- filter/source/pdf/impdialog.hxx 16 Mar 2006 09:51:54 -0000 1.12.20.6 +++ filter/source/pdf/impdialog.hxx 16 Mar 2006 20:59:57 -0000 @@ -232,7 +232,6 @@ class ImpPDFTabViewerPage : public SfxTa CheckBox maCbHideViewerToolbar; CheckBox maCbHideViewerWindowControls; - sal_Bool mbUseCTLFont; ResMgr* mpaResMgr; public: