summaryrefslogtreecommitdiff
path: root/svtools/workben/svdem.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 17:39:26 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 17:39:26 +0000
commit3c6030778f6d1aea386192e00bf8679d520ebf9e (patch)
tree6ce1b7d4ceacd60b3ae834a01df73ea17c1b8238 /svtools/workben/svdem.cxx
parent37b1e9534b472e5866e783378f2cf3642e321459 (diff)
INTEGRATION: CWS calcprintdlg (1.11.118); FILE MERGED
2007/11/06 16:25:50 pb 1.11.118.1: fix: #i82071# enhancements for calc
Diffstat (limited to 'svtools/workben/svdem.cxx')
-rw-r--r--svtools/workben/svdem.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/workben/svdem.cxx b/svtools/workben/svdem.cxx
index 3d9361ae5e..a331194300 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.
@@ -255,12 +255,12 @@ void MyApp::Main()
Help::EnableExtHelp();
Help::EnableBalloonHelp();
Help::EnableQuickHelp();
-
+
MyWin aMainWin( NULL, WinBits( WB_APP | WB_STDWORK | WB_CLIPCHILDREN ) );
aMainWin.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "SVTOOLS - Workbench" ) ) );
aMainWin.GrabFocus();
aMainWin.Show();
-
+
Execute();
}
catch ( com::sun::star::uno::Exception & e )
@@ -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 );