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
commit0713976e5581b5269aa9d766c1b9cc6c27342f58 (patch)
treecf5bd43f938fd5c263d99cedd2c5ee1bcbd9f320 /editeng
parent515792c312abc929b4616c757b8eaced67718d10 (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 dbc6767d1f91..08f50a0da884 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