summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 13:10:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 12:36:16 +0200
commit4c64a07b5861108c9095cc9cfc14616c9e238456 (patch)
treef849aa41d61845bfa2d2ca93bc752d9849b0a247 /slideshow
parent2b683d68a09d9f85f9fc06d9582964c72d73a5ab (diff)
Fix typo in code
Change-Id: I65d54b3822177916850d296dcff1eb9baaebc964 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101110 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/animationnodes/basenode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/basenode.cxx b/slideshow/source/engine/animationnodes/basenode.cxx
index 1b8a6d7fde02..cf732f89701f 100644
--- a/slideshow/source/engine/animationnodes/basenode.cxx
+++ b/slideshow/source/engine/animationnodes/basenode.cxx
@@ -633,8 +633,8 @@ void BaseNode::notifyDeactivating( const AnimationNodeSharedPtr& rNotifier )
void BaseNode::notifyEndListeners() const
{
// notify all listeners
- for( const auto& rListner : maDeactivatingListeners )
- rListner->notifyDeactivating( mpSelf );
+ for( const auto& rListener : maDeactivatingListeners )
+ rListener->notifyDeactivating( mpSelf );
// notify state change
maContext.mrEventMultiplexer.notifyAnimationEnd( mpSelf );