summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/animationnodefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animationnodefactory.hxx')
-rw-r--r--slideshow/source/inc/animationnodefactory.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/slideshow/source/inc/animationnodefactory.hxx b/slideshow/source/inc/animationnodefactory.hxx
index f0ab3135caf1..d7c9162824f4 100644
--- a/slideshow/source/inc/animationnodefactory.hxx
+++ b/slideshow/source/inc/animationnodefactory.hxx
@@ -44,10 +44,9 @@ namespace slideshow
{
/** Create an AnimationNode for the given XAnimationNode
*/
- AnimationNodeSharedPtr createAnimationNode( const ::com::sun::star::uno::Reference<
- ::com::sun::star::animations::XAnimationNode >& xNode,
- const ::basegfx::B2DVector& rSlideSize,
- const SlideShowContext& rContext );
+ AnimationNodeSharedPtr createAnimationNode( const css::uno::Reference< css::animations::XAnimationNode >& xNode,
+ const ::basegfx::B2DVector& rSlideSize,
+ const SlideShowContext& rContext );
#if defined(DBG_UTIL)