summaryrefslogtreecommitdiff
path: root/sw/source/core/view/viewsh.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2009-12-07 17:05:58 +0100
committerThomas Benisch <tbe@openoffice.org>2009-12-07 17:05:58 +0100
commitf45a3f6155442cea2b5d7ba185ffaef586e0fc76 (patch)
tree58b6259f1e1f492a3d5493cbecaa4d52cdac2a26 /sw/source/core/view/viewsh.cxx
parenta58c0b022b3fcddcfa033f15dd7588e7ab5a0bd4 (diff)
parentb4528e495f967184f1eae0420a6e4f64ceefe976 (diff)
chartshapes: merge with DEV300_m66
Diffstat (limited to 'sw/source/core/view/viewsh.cxx')
-rw-r--r--sw/source/core/view/viewsh.cxx2
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 ) );
}