diff options
author | obo <obo@openoffice.org> | 2010-06-21 14:08:46 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-21 14:08:46 +0200 |
commit | db68edb033a9f8e5e40065e258992d1086c1d873 (patch) | |
tree | 640120ee66f3e6b3b9a2755bbe317484d838046d /sd/source | |
parent | 64914bfd216ccef7f3dc50f90686f852f8f8afda (diff) | |
parent | 3ce72e7d973431907a4c189705ccffd0bfa035a4 (diff) |
CWS-TOOLING: integrate CWS renaissance2b
Diffstat (limited to 'sd/source')
-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 ) |