diff options
-rw-r--r-- | sd/source/ui/presenter/PresenterHelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/presenter/PresenterHelper.cxx b/sd/source/ui/presenter/PresenterHelper.cxx index 8fc22bcafe25..6316ad0ddf34 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", |