summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/TitleToolBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/TitleToolBox.cxx')
-rw-r--r--sd/source/ui/toolpanel/TitleToolBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/TitleToolBox.cxx b/sd/source/ui/toolpanel/TitleToolBox.cxx
index b06ab615cbf2..d108724f03d4 100644
--- a/sd/source/ui/toolpanel/TitleToolBox.cxx
+++ b/sd/source/ui/toolpanel/TitleToolBox.cxx
@@ -77,7 +77,7 @@ void TitleToolBox::AddItem (ToolBoxId aId)
case TBID_DOCUMENT_CLOSE:
InsertItem (TBID_DOCUMENT_CLOSE,
- GetSettings().GetStyleSettings().GetMenuBarColor().IsDark()
+ GetSettings().GetStyleSettings().GetHighContrastMode()
? maImageHC : maImage, 0 );
break;
e.cxx?h=feature/taggedPDF&id=8a81f542a6ca566661305c53899b7e422cbaa432'>xmloff: sal_Bool->boolNoel Grandin 2014-03-31xmloff: sal_Bool->boolNoel Grandin 2014-03-31xmloff: sal_Bool->boolNoel Grandin 2014-03-31xmloff: sal_Bool->boolNoel Grandin 2013-11-11xmloff: include <> for external includesNorbert Thiebaud 2013-08-10fdo#62475 removed pointless commentsJelle van der Waa 2013-07-18Mark as static and/or constTakeshi Abe 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-01-07Revert "dummy commit (WIP)"Luboš Luňák 2013-01-07dummy commit (WIP)Chr. Rossmanith 2012-11-15re-base on ALv2 code. Includes:Michael Meeks 2012-01-25Fix for fdo43460 Part XLVIII getLength() to isEmpty()Olivier Hallot 2011-11-27remove include of pch header from xmloffNorbert Thiebaud 2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl