summaryrefslogtreecommitdiff
path: root/svx/source/editeng/impedit3.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-05-27 13:13:49 +0000
committerMalte Timmermann <mt@openoffice.org>2002-05-27 13:13:49 +0000
commitaa40400895dce5e760bb7da632bf08a9e9614a8a (patch)
treed5a0cfd8c8e8c40b08f2450b4eabbad9b1d8edd7 /svx/source/editeng/impedit3.cxx
parent4bb4ea3ac50fde72eb5fa1e58b1f2f025ae03df8 (diff)
#99561# ForceAutoColor
Diffstat (limited to 'svx/source/editeng/impedit3.cxx')
-rw-r--r--svx/source/editeng/impedit3.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit3.cxx b/svx/source/editeng/impedit3.cxx
index 92c71037aec6..c027e07ead73 100644
--- a/svx/source/editeng/impedit3.cxx
+++ b/svx/source/editeng/impedit3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit3.cxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: mt $ $Date: 2002-05-27 13:46:05 $
+ * last change: $Author: mt $ $Date: 2002-05-27 14:13:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2317,7 +2317,7 @@ void ImpEditEngine::SeekCursor( ContentNode* pNode, sal_uInt16 nPos, SvxFont& rF
// Font wird nicht restauriert...
}
- if ( ( rFont.GetColor() == COL_AUTO ) && pOut )
+ if ( ( ( rFont.GetColor() == COL_AUTO ) || ( IsForceAutoColor() ) ) && pOut )
{
if ( IsAutoColorEnabled() && ( pOut->GetOutDevType() != OUTDEV_PRINTER ) )
{