summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drawview.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 01:02:28 +0100
commit9d184cd26a43cb9d9adc74d04f65300ad598c9fb (patch)
treefccdf290d45788cdc3c885256ee17a78e01780d8 /sd/source/ui/view/drawview.cxx
parent1ad60d6860fd92d58394061f3bdb49dce38ecf72 (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/drawview.cxx')
-rw-r--r--sd/source/ui/view/drawview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index e70de30f2194..b564e2c67d91 100644
--- a/sd/source/ui/view/drawview.cxx
+++ b/sd/source/ui/view/drawview.cxx
@@ -509,7 +509,7 @@ void DrawView::CompleteRedraw(OutputDevice* pOutDev, const vcl::Region& rReg, sd
{
if( pShowWindow == pOutDev && mpViewSh )
xSlideshow->paint();
- if (!SlideShow::IsInteractiveSlideshow()) // IASS
+ if (!xSlideshow->IsInteractiveSlideshow()) // IASS
return;
}
}