summaryrefslogtreecommitdiff
path: root/slideshow/source/engine
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 19:39:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-17 21:03:44 +0100
commit970b76816a03be0f57f35a790bea57bf299e344b (patch)
tree445ca13da577f649176f92dea60c7fc7e8053840 /slideshow/source/engine
parent53e6785f303e5b308a497e12d411251b216eaabf (diff)
Fix typos
Change-Id: Id1c7ddf6c49ec709e38947a82731fe31a64aad04 Reviewed-on: https://gerrit.libreoffice.org/48076 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'slideshow/source/engine')
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index b90ccc19c485..5138517cc755 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 occoured.
+ /** Notification from eventmultiplexer that an animation event has occurred.
This will be forewarded to all registered XSlideShowListener
*/
bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode );
@@ -2313,7 +2313,7 @@ bool SlideShowImpl::notifyHyperLinkClicked( OUString const& hyperLink )
return true;
}
-/** Notification from eventmultiplexer that an animation event has occoured.
+/** Notification from eventmultiplexer that an animation event has occurred.
This will be forewarded to all registered XSlideShoeListener
*/
bool SlideShowImpl::handleAnimationEvent( const AnimationNodeSharedPtr& rNode )