summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-26 14:27:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-03-26 14:02:41 +0000
commit2eae33e82e5f91d6dbaf7e8e848f53644596059d (patch)
treee5a7f4e35b9cb0ef19023429032d6e79d41979ab /slideshow/source/engine/slideshowimpl.cxx
parent887039a3b766c1f2f5a37130f4e7c2d116d89c5f (diff)
Fix typos
Change-Id: I5518e764fd8349c476e79bb888e93a1dab01ed1d Reviewed-on: https://gerrit.libreoffice.org/35644 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'slideshow/source/engine/slideshowimpl.cxx')
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index 0fce869037a6..8e8023e0146f 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -1974,7 +1974,7 @@ sal_Bool SlideShowImpl::update( double & nNextTimeout )
maEventQueue.process();
// #i118671# the call above may execute a macro bound to an object. In
- // that case this macro may have destroyed this local sliseshow so that it
+ // that case this macro may have destroyed this local slideshow so that it
// is disposed (see bugdoc at task). In that case, detect this and exit
// gently from this slideshow. Do not forget to disable the scoped
// call to mpPresTimer, this will be deleted if we are disposed.