summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slideshowimpl.cxx')
-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 )