summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/printfun.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/printfun.hxx')
-rw-r--r--sc/source/ui/inc/printfun.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/printfun.hxx b/sc/source/ui/inc/printfun.hxx
index 2ac842e2bcfd..2026b233d211 100644
--- a/sc/source/ui/inc/printfun.hxx
+++ b/sc/source/ui/inc/printfun.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printfun.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2002-02-27 19:34:18 $
+ * last change: $Author: nn $ $Date: 2002-03-11 14:08:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,6 +194,7 @@ private:
Point aOffset; // mit Faktor aus Seitenformat skaliert
USHORT nManualZoom; // Zoom in Preview (Prozent)
BOOL bClearWin; // Ausgabe vorher loeschen
+ BOOL bUseStyleColor;
USHORT nPrintTab;
long nPageStart; // Offset fuer erste Seite
@@ -294,6 +295,7 @@ public:
void SetDateTime( const Date& rDate, const Time& rTime );
void SetClearFlag( BOOL bFlag );
+ void SetUseStyleColor( BOOL bFlag );
BOOL UpdatePages();