diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-12-07 17:05:58 +0100 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-12-07 17:05:58 +0100 |
commit | f45a3f6155442cea2b5d7ba185ffaef586e0fc76 (patch) | |
tree | 58b6259f1e1f492a3d5493cbecaa4d52cdac2a26 /sw/source/core/view/viewsh.cxx | |
parent | a58c0b022b3fcddcfa033f15dd7588e7ab5a0bd4 (diff) | |
parent | b4528e495f967184f1eae0420a6e4f64ceefe976 (diff) |
chartshapes: merge with DEV300_m66
Diffstat (limited to 'sw/source/core/view/viewsh.cxx')
-rw-r--r-- | sw/source/core/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index fa038871c0..c0a45fbb4e 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -2685,7 +2685,7 @@ const BitmapEx& ViewShell::GetReplacementBitmap( bool bIsErrorState ) if( !*ppRet ) { USHORT nBmpResId = - Application::GetSettings().GetStyleSettings().GetWindowColor().IsDark() + Application::GetSettings().GetStyleSettings().GetHighContrastMode() ? nHCResId : nResId; *ppRet = new BitmapEx( SW_RES( nBmpResId ) ); } |