diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:34:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-17 15:15:10 +0200 |
commit | 5fa6a79864af82c9d60ddef0d618106a8214e431 (patch) | |
tree | d5f2266e62a832d3b801440ed6d2b597616f3e2f /slideshow | |
parent | f462a76f2bbaaaaaa79bf935a51bdf8cead25dbb (diff) |
Fix typos
Change-Id: If89ec640901253121529c09aef4537c6b13cee1d
Reviewed-on: https://gerrit.libreoffice.org/52280
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index de8861a336c0..f58593baa3dc 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -267,7 +267,7 @@ public: bool notifyHyperLinkClicked( OUString const& hyperLink ); /** Notification from eventmultiplexer that an animation event has occurred. - This will be forewarded to all registered XSlideShowListener + This will be forwarded to all registered XSlideShowListener */ bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode ); @@ -2313,7 +2313,7 @@ bool SlideShowImpl::notifyHyperLinkClicked( OUString const& hyperLink ) } /** Notification from eventmultiplexer that an animation event has occurred. - This will be forewarded to all registered XSlideShoeListener + This will be forwarded to all registered XSlideShoeListener */ bool SlideShowImpl::handleAnimationEvent( const AnimationNodeSharedPtr& rNode ) { |