diff options
Diffstat (limited to 'sd/source/ui/slideshow/SlideShowRestarter.cxx')
-rw-r--r-- | sd/source/ui/slideshow/SlideShowRestarter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/SlideShowRestarter.cxx b/sd/source/ui/slideshow/SlideShowRestarter.cxx index a9b53acf119d..e0ba0adfc7df 100644 --- a/sd/source/ui/slideshow/SlideShowRestarter.cxx +++ b/sd/source/ui/slideshow/SlideShowRestarter.cxx @@ -144,7 +144,7 @@ void SlideShowRestarter::StartPresentation() mpDispatcher->Execute(SID_PRESENTATION, SfxCallMode::ASYNCHRON); if (mpSlideShow.is()) { - Sequence aProperties{ comphelper::makePropertyValue("FirstPage", + Sequence aProperties{ comphelper::makePropertyValue(u"FirstPage"_ustr, "page" + OUString::number(mnCurrentSlideNumber+1)) }; mpSlideShow->startWithArguments(aProperties); } |