summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews3.cxx
diff options
context:
space:
mode:
authorArmin Le Grand (allotropia) <armin.le.grand.extern@allotropia.de>2024-02-23 16:30:23 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-02-24 00:54:34 +0100
commitc68712d3689a0322e59934cd8151d003e869f30d (patch)
tree940a0fabd6e9749453d0df628ad139211e4f8c1b /sd/source/ui/view/drviews3.cxx
parent922b0ecd52652e9f1bc558f846f4696f0c49b823 (diff)
IASS: make live slideshow experimental and configurable
* adding an option button to slideshow settings dlg * switch from env var to officecfg Change-Id: I9713fde374b04264947daaab73759eb585c4a3f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163851 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sd/source/ui/view/drviews3.cxx')
-rw-r--r--sd/source/ui/view/drviews3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx
index 87f0f4e8114d..89f89bbddb03 100644
--- a/sd/source/ui/view/drviews3.cxx
+++ b/sd/source/ui/view/drviews3.cxx
@@ -139,7 +139,7 @@ void DrawViewShell::ExecCtrl(SfxRequest& rReq)
{
// switch page in running slide show
if(SlideShow::IsRunning(GetViewShellBase())
- && !SlideShow::IsInteractiveSlideshow() // IASS
+ && !SlideShow::IsInteractiveSlideshow(&GetViewShellBase()) // IASS
&& rReq.GetArgs())
{
if (const SfxUInt32Item* pWhatPage = rReq.GetArg<SfxUInt32Item>(ID_VAL_WHATPAGE))