summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 16:20:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 20:52:29 +0100
commit5f6af959fa0d0021ff473d34d5a4408cfca16a8f (patch)
tree5d23e67df950344928545dcebd2530ca97066da2 /slideshow
parent57a1b2277df803387181f44ec70f4fa61c3fba4e (diff)
InfoFont/Color is not used by vcl now
anywhere anyone wanted to Get[Font|Color] give it the Label ones instead. why this is exposed through uno is bewildering, stubbed those out for the moment Change-Id: I7a31d027287436be1c075c76a370047efd010bf3
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/rehearsetimingsactivity.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/rehearsetimingsactivity.cxx b/slideshow/source/engine/rehearsetimingsactivity.cxx
index 61c2b4a4413f..a08b50dd8f42 100644
--- a/slideshow/source/engine/rehearsetimingsactivity.cxx
+++ b/slideshow/source/engine/rehearsetimingsactivity.cxx
@@ -144,7 +144,7 @@ RehearseTimingsActivity::RehearseTimingsActivity( const SlideShowContext& rConte
maElapsedTime( rContext.mrEventQueue.getTimer() ),
maViews(),
maSpriteRectangle(),
- maFont( Application::GetSettings().GetStyleSettings().GetInfoFont() ),
+ maFont( Application::GetSettings().GetStyleSettings().GetLabelFont() ),
mpWakeUpEvent(),
mpMouseHandler(),
maSpriteSizePixel(),