summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/basenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/basenode.hxx')
-rw-r--r--slideshow/source/inc/basenode.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/inc/basenode.hxx b/slideshow/source/inc/basenode.hxx
index 9798aa11a171..96291176ff55 100644
--- a/slideshow/source/inc/basenode.hxx
+++ b/slideshow/source/inc/basenode.hxx
@@ -186,9 +186,7 @@ private:
private:
SlideShowContext maContext;
- typedef ::std::vector< AnimationNodeSharedPtr > ListenerVector;
-
- ListenerVector maDeactivatingListeners;
+ ::std::vector< AnimationNodeSharedPtr > maDeactivatingListeners;
css::uno::Reference< css::animations::XAnimationNode > mxAnimationNode;
::std::shared_ptr< BaseContainerNode > mpParent;
::std::shared_ptr< BaseNode > mpSelf;