summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/prnsetup.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-06-12 07:50:43 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-06-12 07:50:43 +0000
commit47d57b58d846a0ebd8323ddd0bee4f128e826e1e (patch)
tree06523100c3c5b1e3ae9d2559438fdac1e62fe0a0 /svtools/source/dialogs/prnsetup.cxx
parent01b625a7664521633168042f6b417c89b74580a7 (diff)
#86988# new UI for print dialogue
Diffstat (limited to 'svtools/source/dialogs/prnsetup.cxx')
-rw-r--r--svtools/source/dialogs/prnsetup.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/svtools/source/dialogs/prnsetup.cxx b/svtools/source/dialogs/prnsetup.cxx
index 2300821d6613..88c7fbba7922 100644
--- a/svtools/source/dialogs/prnsetup.cxx
+++ b/svtools/source/dialogs/prnsetup.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prnsetup.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:58:58 $
+ * last change: $Author: pl $ $Date: 2001-06-12 08:50:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -296,7 +296,7 @@ XubString ImplPrnDlgGetStatusText( const QueueInfo& rInfo )
PrinterSetupDialog::PrinterSetupDialog( Window* pWindow ) :
ModalDialog ( pWindow, SvtResId( DLG_SVT_PRNDLG_PRNSETUPDLG ) ),
- maGrpPrinter ( this, SvtResId( GRP_PRINTER ) ),
+ maFlPrinter ( this, SvtResId( FL_PRINTER ) ),
maFtName ( this, SvtResId( FT_NAME ) ),
maLbName ( this, SvtResId( LB_NAMES ) ),
maBtnProperties ( this, SvtResId( BTN_PROPERTIES ) ),
@@ -310,7 +310,8 @@ PrinterSetupDialog::PrinterSetupDialog( Window* pWindow ) :
maFiComment ( this, SvtResId( FI_COMMENT ) ),
maBtnOK ( this, SvtResId( BTN_OK ) ),
maBtnCancel ( this, SvtResId( BTN_CANCEL ) ),
- maBtnHelp ( this, SvtResId( BTN_HELP ) )
+ maBtnHelp ( this, SvtResId( BTN_HELP ) ),
+ maFlSepButton ( this, SvtResId( FL_SEPBUTTON ) )
{
FreeResource();