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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/source/inc/animationnodefactory.hxx b/slideshow/source/inc/animationnodefactory.hxx
index 30a278e9f57a..bc0c64314d2d 100644
--- a/slideshow/source/inc/animationnodefactory.hxx
+++ b/slideshow/source/inc/animationnodefactory.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -55,19 +55,19 @@ namespace slideshow
public:
/** Create an AnimatioNode for the given XAnimationNode
*/
- static AnimationNodeSharedPtr createAnimationNode( const ::com::sun::star::uno::Reference<
+ static AnimationNodeSharedPtr createAnimationNode( const ::com::sun::star::uno::Reference<
::com::sun::star::animations::XAnimationNode >& xNode,
const ::basegfx::B2DVector& rSlideSize,
- const SlideShowContext& rContext );
-
+ const SlideShowContext& rContext );
+
#if defined(VERBOSE) && defined(DBG_UTIL)
static void showTree( AnimationNodeSharedPtr& pRootNode );
# define SHOW_NODE_TREE(a) AnimationNodeFactory::showTree(a)
#else
# define SHOW_NODE_TREE(a)
#endif
-
+
private:
// default: constructor/destructor disabled
AnimationNodeFactory();