diff options
Diffstat (limited to 'sd/source/ui/slideshow/showwindow.hxx')
-rw-r--r-- | sd/source/ui/slideshow/showwindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/showwindow.hxx b/sd/source/ui/slideshow/showwindow.hxx index af9a9ea1a655..dafd0a5323cb 100644 --- a/sd/source/ui/slideshow/showwindow.hxx +++ b/sd/source/ui/slideshow/showwindow.hxx @@ -53,7 +53,7 @@ public: virtual ~ShowWindow(); virtual void dispose() override; - bool SetEndMode(); + void SetEndMode(); bool SetPauseMode( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeoutSec = SLIDE_NO_TIMEOUT, Graphic* pLogo = nullptr ); bool SetBlankMode( sal_Int32 nPageIndexToRestart, const Color& rBlankColor ); |