summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-05-26 15:47:54 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-05-26 15:47:54 +0200
commit567b94ed3047d117e36a56e722bab5e132d7ba2d (patch)
treec5a02d033ba671d7171c911413aee7c9043aa83f /editeng
parenteeaf2f34f56d815040b0e80b5e3abd6b08400bdc (diff)
#i111538# fix high contrast rendering for annotations in impress
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 125e0e898c..01d36c223c 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -3613,7 +3613,7 @@ void ImpEditEngine::Paint( ImpEditView* pView, const Rectangle& rRec, sal_Bool b
ContentNode* pNode = GetEditDoc().SaveGetObject( 0 );
SeekCursor( pNode, 1, aTmpFont );
Color aFontColor( aTmpFont.GetColor() );
- if( aFontColor == COL_AUTO )
+ if( (aFontColor == COL_AUTO) || IsForceAutoColor() )
aFontColor = GetAutoColor();
// #i69346# check for reverse color of input method attribute