summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationcommandnode.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-12-06 13:19:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-12-06 16:44:56 +0100
commitf820f6eb6036197bbb53e2d5e4bf4d5341ad280d (patch)
tree7e0fa139372840a7a095fc677c406c94a0aadfca /slideshow/source/engine/animationnodes/animationcommandnode.hxx
parentb3d0b00f76dc851bc699742af19aee2340012026 (diff)
Resolves: tdf#121942 action deactivated twice
Change-Id: I25b1ed89b8d0e7a7c0e36c621a43644bc2b4aa7b Reviewed-on: https://gerrit.libreoffice.org/64708 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationcommandnode.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationcommandnode.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.hxx b/slideshow/source/engine/animationnodes/animationcommandnode.hxx
index cf753e001949..1aacd1b6a071 100644
--- a/slideshow/source/engine/animationnodes/animationcommandnode.hxx
+++ b/slideshow/source/engine/animationnodes/animationcommandnode.hxx
@@ -50,6 +50,7 @@ private:
virtual bool hasPendingAnimation() const override;
private:
+ bool mbToggled;
IExternalMediaShapeBaseSharedPtr mpShape;
css::uno::Reference<css::animations::XCommand > mxCommandNode;
};