diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-11-13 19:04:43 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-11-13 19:04:43 +0100 |
commit | 4103eede62ab8421b3de4b38f9905f6335a3e83e (patch) | |
tree | b9928b625b762f1d96c84610cd7479317e1c084d /svx/source/dialog/imapdlg.cxx | |
parent | 784cb16f8bc2f5b95e8147689455e8fd9e4510ae (diff) | |
parent | 1f2e63a3934fb42f6fbbf97f8c4bd3674ca74937 (diff) |
CWS-TOOLING: integrate CWS changehc02
Diffstat (limited to 'svx/source/dialog/imapdlg.cxx')
-rw-r--r-- | svx/source/dialog/imapdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx index 5777dc8e7446..a9c43347b7bf 100644 --- a/svx/source/dialog/imapdlg.cxx +++ b/svx/source/dialog/imapdlg.cxx @@ -1042,7 +1042,7 @@ IMPL_LINK( SvxIMapDlg, MiscHdl, void*, EMPTYARG ) void SvxIMapDlg::ApplyImageList() { - bool bHighContrast = GetDisplayBackground().GetColor().IsDark() != 0; + bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); ImageList& rImgLst = bHighContrast ? maImageListH : maImageList; |