summaryrefslogtreecommitdiff
path: root/sc/inc/patattr.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-12-10 16:25:00 +0000
committerNiklas Nebel <nn@openoffice.org>2002-12-10 16:25:00 +0000
commit92b5d9c8f647c8b2d31a25fd356382a56155921f (patch)
treed69ffb4ecf56188f281430e87572da293d5835eb /sc/inc/patattr.hxx
parent4e1a6668ea36e4d1114385f75732e1629d5662d5 (diff)
#105984# use text color from configuration instead of StyleSettings
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r--sc/inc/patattr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx
index 7830abde99fa..82a00c9ec94e 100644
--- a/sc/inc/patattr.hxx
+++ b/sc/inc/patattr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: patattr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: nn $ $Date: 2002-09-11 18:05:52 $
+ * last change: $Author: nn $ $Date: 2002-12-10 17:22:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,8 @@ public:
OutputDevice* pOutDev = NULL,
const Fraction* pScale = NULL,
const SfxItemSet* pCondSet = NULL,
- BYTE nScript = 0, const Color* pBackConfigColor = NULL ) const;
+ BYTE nScript = 0, const Color* pBackConfigColor = NULL,
+ const Color* pTextConfigColor = NULL ) const;
void FillEditItemSet( SfxItemSet* pSet,
const SfxItemSet* pCondSet = NULL ) const;