summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/slideshow/slideshowimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.cxx')
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index d4817e3d8a59..07287a08e996 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -1452,7 +1452,7 @@ void SAL_CALL SlideshowImpl::resume() throw (RuntimeException, std::exception)
}
else
{
- mbIsPaused = false;;
+ mbIsPaused = false;
if( mxShow.is() )
{
mxShow->pause(sal_False);
@@ -1762,7 +1762,7 @@ IMPL_LINK_NOARG_TYPED(SlideshowImpl, ReadyForNextInputHdl, Timer *, void)
}
/** if I catch someone someday who calls this method by hand
- and not by using the timer, I will personaly punish this
+ and not by using the timer, I will personally punish this
person seriously, even if this person is me.
*/
IMPL_LINK_NOARG_TYPED(SlideshowImpl, updateHdl, Timer *, void)