summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdetc.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-03-01 12:39:17 +0000
committerChristian Lippka <cl@openoffice.org>2002-03-01 12:39:17 +0000
commit4db043e1c5887257f29d047df73d57b34b4c7e11 (patch)
tree459250068e865a30ad60979ce584485af6cee3e6 /svx/source/svdraw/svdetc.cxx
parent59633e7b04e9f7311883a7e15faad0186461891c (diff)
#97649# changed text default color to COL_AUTO
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r--svx/source/svdraw/svdetc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 4840edb27906..89b363cdab0d 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdetc.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: er $ $Date: 2001-11-23 19:25:50 $
+ * last change: $Author: cl $ $Date: 2002-03-01 13:39:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -640,7 +640,7 @@ FASTBOOL GetDraftFillColor(const SfxItemSet& rSet, Color& rCol)
SdrEngineDefaults::SdrEngineDefaults():
aFontName( OutputDevice::GetDefaultFont( DEFAULTFONT_SERIF, LANGUAGE_SYSTEM, DEFAULTFONT_FLAGS_ONLYONE ).GetName() ),
eFontFamily(FAMILY_ROMAN),
- aFontColor(COL_BLACK),
+ aFontColor(COL_AUTO),
nFontHeight(847), // 847/100mm = ca. 24 Point
eMapUnit(MAP_100TH_MM),
aMapFraction(1,1)