summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/confuno.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 17:42:52 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 17:42:52 +0000
commit0a3871d95a1a6c127d99d2d328753f44dd78b03a (patch)
tree4a77c2643a190857f1981250b03da5b60eb00667 /sc/source/ui/unoobj/confuno.cxx
parent82d45ae2dfd94d2f544f4f420be8001f783f5716 (diff)
INTEGRATION: CWS calcprintdlg (1.27.110); FILE MERGED
2007/11/09 14:44:09 tbe 1.27.110.1: #i82071# Flaws in print logic
Diffstat (limited to 'sc/source/ui/unoobj/confuno.cxx')
-rw-r--r--sc/source/ui/unoobj/confuno.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index a60eb46271db..785d8dbe4ec7 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: confuno.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: obo $ $Date: 2007-07-17 13:34:56 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 18:42:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -235,6 +235,7 @@ void SAL_CALL ScDocumentConfiguration::setPropertyValue(
SfxItemSet* pSet = new SfxItemSet( *pDoc->GetPool(),
SID_PRINTER_NOTFOUND_WARN, SID_PRINTER_NOTFOUND_WARN,
SID_PRINTER_CHANGESTODOC, SID_PRINTER_CHANGESTODOC,
+ SID_PRINT_SELECTEDSHEET, SID_PRINT_SELECTEDSHEET,
SID_SCPRINTOPTIONS, SID_SCPRINTOPTIONS,
NULL );
pDocShell->SetPrinter( SfxPrinter::Create( aStream, pSet ) );