summaryrefslogtreecommitdiff
path: root/svtools/workben/svdem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/workben/svdem.cxx')
-rw-r--r--svtools/workben/svdem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/workben/svdem.cxx b/svtools/workben/svdem.cxx
index 2ece190f5a6c..7533977ad1cd 100644
--- a/svtools/workben/svdem.cxx
+++ b/svtools/workben/svdem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdem.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:04:16 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 18:39:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -953,7 +953,7 @@ IMPL_LINK( MyWin, Test, PushButton*, pBtn )
}
else if ( pBtn == &aPrnDlgBtn )
{
- PrintDialog* pDlg = new PrintDialog( this );
+ PrintDialog* pDlg = new PrintDialog( this, false );
pDlg->SetPrinter( &aPrn );
pDlg->EnableRange( PRINTDIALOG_ALL );
pDlg->EnableRange( PRINTDIALOG_RANGE );