diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationsetnode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationsetnode.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/animationsetnode.hxx b/slideshow/source/engine/animationnodes/animationsetnode.hxx index 11771fd4d206..aa48843e4819 100644 --- a/slideshow/source/engine/animationnodes/animationsetnode.hxx +++ b/slideshow/source/engine/animationnodes/animationsetnode.hxx @@ -28,8 +28,7 @@ class AnimationSetNode : public AnimationBaseNode { public: AnimationSetNode( - ::com::sun::star::uno::Reference< - ::com::sun::star::animations::XAnimationNode> const& xNode, + css::uno::Reference<css::animations::XAnimationNode> const& xNode, ::boost::shared_ptr<BaseContainerNode> const& pParent, NodeContext const& rContext ) : AnimationBaseNode( xNode, pParent, rContext ) {} |