diff options
author | Christian Lippka <cl@openoffice.org> | 2010-06-09 11:55:10 +0200 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2010-06-09 11:55:10 +0200 |
commit | 3ce72e7d973431907a4c189705ccffd0bfa035a4 (patch) | |
tree | 49583393e1fdd38bf1a0f51e4ac8a86eb21cae32 | |
parent | 47b5ec4b0b48b7108715cb1e780ad3dca284cfa9 (diff) |
#i111860# fix high contrast mode for toolbar menus
-rw-r--r-- | sd/source/ui/controller/slidelayoutcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index 489f6e489386..1a9201af6555 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -273,7 +273,7 @@ LayoutToolbarMenu::LayoutToolbarMenu( SlideLayoutController& rController, const sSlotStr = OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:DuplicatePage" ) ); else sSlotStr = OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:Undo" ) ); - aSlotImage = ::GetImage( mxFrame, sSlotStr, FALSE, FALSE ); + aSlotImage = ::GetImage( mxFrame, sSlotStr, FALSE, bHighContrast ); String sSlotTitle; if( bInsertPage ) |