summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/SlideShowRestarter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/SlideShowRestarter.hxx')
-rw-r--r--sd/source/ui/slideshow/SlideShowRestarter.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/SlideShowRestarter.hxx b/sd/source/ui/slideshow/SlideShowRestarter.hxx
index 2f5badb442a9..082817653366 100644
--- a/sd/source/ui/slideshow/SlideShowRestarter.hxx
+++ b/sd/source/ui/slideshow/SlideShowRestarter.hxx
@@ -62,8 +62,10 @@ public:
/** Restarting the slide show is an asynchronous multi step process
which is started by calling this method.
+ @param bForce
+ Used to force a re-start, even if the display count is unchanged.
*/
- void Restart (void);
+ void Restart (bool bForce);
private:
sal_Int32 mnEventId;