diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:39:26 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:39:26 +0000 |
commit | 5fda6ee7908ca57d0163b2f094782765b45b2743 (patch) | |
tree | a481b39abfe529fb76b0e2e56e6820f172d9d5f3 /svtools/workben/svdem.cxx | |
parent | ef26188cc7a145e1302e3b26bfffc3b85baa8458 (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.cxx | 6 |
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 ); |