From 970b76816a03be0f57f35a790bea57bf299e344b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 17 Jan 2018 19:39:12 +0100 Subject: Fix typos Change-Id: Id1c7ddf6c49ec709e38947a82731fe31a64aad04 Reviewed-on: https://gerrit.libreoffice.org/48076 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- slideshow/source/engine/slideshowimpl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') 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 ) -- cgit