[Libreoffice-commits] core.git: sd/source

Miklos Vajna vmiklos at collabora.co.uk
Wed Oct 21 01:11:16 PDT 2015


 sd/source/ui/presenter/PresenterHelper.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d47eca3cd9fdf2ff247c2f3b251a1f94761d1046
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Oct 21 09:52:31 2015 +0200

    sd: fix typo in PresenterHelper
    
    Otherwise we always use the switch-monitor icon for the restart-timer
    button.
    
    Change-Id: Icd2e4322285b1c73a104ce0ffada116b9cae0ad4

diff --git a/sd/source/ui/presenter/PresenterHelper.cxx b/sd/source/ui/presenter/PresenterHelper.cxx
index 8fc22bc..6316ad0 100644
--- a/sd/source/ui/presenter/PresenterHelper.cxx
+++ b/sd/source/ui/presenter/PresenterHelper.cxx
@@ -345,9 +345,9 @@ Reference<rendering::XBitmap> SAL_CALL PresenterHelper::loadBitmap (
         { "bitmaps/ButtonSwitchMonitorNormal.png",
           BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_NORMAL },
         { "bitmaps/ButtonRestartTimerMouseOver.png",
-          BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_MOUSE_OVER },
+          BMP_PRESENTERSCREEN_BUTTON_RESTART_TIMER_MOUSE_OVER },
         { "bitmaps/ButtonRestartTimerNormal.png",
-          BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_NORMAL },
+          BMP_PRESENTERSCREEN_BUTTON_RESTART_TIMER_NORMAL },
         { "bitmaps/LabelMouseOverCenter.png",
           BMP_PRESENTERSCREEN_LABEL_MOUSE_OVER_CENTER },
         { "bitmaps/LabelMouseOverLeft.png",


More information about the Libreoffice-commits mailing list