diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationaudionode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/animationaudionode.hxx b/slideshow/source/engine/animationnodes/animationaudionode.hxx index 76723968ad4f..a437b4e06d71 100644 --- a/slideshow/source/engine/animationnodes/animationaudionode.hxx +++ b/slideshow/source/engine/animationnodes/animationaudionode.hxx @@ -50,7 +50,7 @@ private: virtual void deactivate_st( NodeState eDestState ); virtual bool hasPendingAnimation() const; - /// overriden, because we need to deal with STOPAUDIO commands + /// overridden, because we need to deal with STOPAUDIO commands virtual bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode ); private: |