summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationsetnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationsetnode.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationsetnode.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/slideshow/source/engine/animationnodes/animationsetnode.cxx b/slideshow/source/engine/animationnodes/animationsetnode.cxx
index 0e19b7fb8778..3770790c193e 100644
--- a/slideshow/source/engine/animationnodes/animationsetnode.cxx
+++ b/slideshow/source/engine/animationnodes/animationsetnode.cxx
@@ -30,11 +30,6 @@ using namespace com::sun::star;
namespace slideshow {
namespace internal {
-void AnimationSetNode::implScheduleDeactivationEvent()
-{
- scheduleDeactivationEvent();
-}
-
AnimationActivitySharedPtr AnimationSetNode::createActivity() const
{
ActivitiesFactory::CommonParameters aParms( fillCommonParameters() );
@@ -61,8 +56,8 @@ AnimationActivitySharedPtr AnimationSetNode::createActivity() const
ENSURE_OR_THROW(
pSelf, "cannot cast getSelf() to my type!" );
aParms.mpEndEvent = makeEvent(
- [pSelf] () { pSelf->implScheduleDeactivationEvent(); },
- "AnimationSetNode::implScheduleDeactivationEvent");
+ [pSelf] () { pSelf->scheduleDeactivationEvent(); },
+ "AnimationSetNode::scheduleDeactivationEvent");
}
switch (AnimationFactory::classifyAttributeName( attrName )) {