summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-21 09:52:31 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-21 10:10:45 +0200
commitd47eca3cd9fdf2ff247c2f3b251a1f94761d1046 (patch)
treed57ce5672c72ba9444608a9e3e95e81b491ef2d9 /sd/source
parentf94cf3e25ae6d432bbcf50269e6da826ae0e8857 (diff)
sd: fix typo in PresenterHelper
Otherwise we always use the switch-monitor icon for the restart-timer button. Change-Id: Icd2e4322285b1c73a104ce0ffada116b9cae0ad4
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/presenter/PresenterHelper.cxx4
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",