diff options
author | obo <obo@openoffice.org> | 2010-06-15 06:55:41 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-15 06:55:41 +0200 |
commit | c016baa4c425bb48cb626ae27e2fb6ed3dd023de (patch) | |
tree | 556c4495fb3d992bda3f7a6cd05b8e35ec610519 /editeng | |
parent | 85687f1aafedad090dcc437b82899eea6ba54523 (diff) | |
parent | 4af0169517cec2172338cad1eb9806aa482a44f4 (diff) |
CWS-TOOLING: integrate CWS impress190
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 2 |
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 |