From 9d184cd26a43cb9d9adc74d04f65300ad598c9fb Mon Sep 17 00:00:00 2001 From: "Armin Le Grand (allotropia)" Date: Fri, 23 Feb 2024 16:30:23 +0100 Subject: 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 --- sd/source/ui/view/drawview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/view/drawview.cxx') 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; } } -- cgit