summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index f6c7a14a28f3..948e32e0dbb3 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -1867,6 +1867,7 @@ IMPL_LINK_NOARG(SlideshowImpl, PostYieldListener)
// yield is done.
if (mbDisposed)
return 0;
+ Application::Reschedule(true);
return updateSlideShow();
}