summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndre Fische <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>2011-03-07 10:55:11 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-11-28 12:48:32 +0000
commitb3a2432e7df44c7f6387a41a246050d1bfba8984 (patch)
tree09737222438cade25312ddd223dfd8da9c7a010c /sd
parenta19fac0de93bc45187628fa9cd5238ccb9cee0bf (diff)
impress211: #i116339# Added call to Reschedule to compensate for missing yield.
Diffstat (limited to 'sd')
-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();
}