summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/confuno.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-29 18:46:58 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-29 18:46:58 +0000
commita4be5fb2507c2d5aebc45aa74302f08f218623f9 (patch)
tree6ae64285cdd69f259197f4b89ed5a23b40383e0c /sc/source/ui/unoobj/confuno.cxx
parent914d8fec264019df593fde364e655392d75ce539 (diff)
#41881# Calc print options
Diffstat (limited to 'sc/source/ui/unoobj/confuno.cxx')
-rw-r--r--sc/source/ui/unoobj/confuno.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 8598848b12e6..6e281334acef 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: confuno.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: sab $ $Date: 2001-05-11 18:58:43 $
+ * last change: $Author: nn $ $Date: 2001-05-29 19:43:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,7 @@
#ifndef SC_SCDOCPOL_HXX
#include "docpool.hxx"
#endif
+#include "sc.hrc"
#include <com/sun/star/beans/PropertyAttribute.hpp>
@@ -239,6 +240,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_SCPRINTOPTIONS, SID_SCPRINTOPTIONS,
NULL );
pDoc->SetPrinter( SfxPrinter::Create( aStream, pSet ) );
}