summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/slideanimations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/slideanimations.hxx')
-rw-r--r--slideshow/source/engine/slide/slideanimations.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/source/engine/slide/slideanimations.hxx b/slideshow/source/engine/slide/slideanimations.hxx
index a3c2f92c6af2..ca5fbea93149 100644
--- a/slideshow/source/engine/slide/slideanimations.hxx
+++ b/slideshow/source/engine/slide/slideanimations.hxx
@@ -1,7 +1,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
@@ -64,7 +64,7 @@ namespace slideshow
Slide show context, passing on common parameters
*/
SlideAnimations( const SlideShowContext& rContext,
- const ::basegfx::B2DVector& rSlideSize );
+ const ::basegfx::B2DVector& rSlideSize );
~SlideAnimations();
/** Import animations from a SMIL root animation node.
@@ -79,8 +79,8 @@ namespace slideshow
XDrawPage's XAnimationNodeSupplier.
*/
- bool importAnimations( const ::com::sun::star::uno::Reference<
- ::com::sun::star::animations::XAnimationNode >& xRootAnimationNode );
+ bool importAnimations( const ::com::sun::star::uno::Reference<
+ ::com::sun::star::animations::XAnimationNode >& xRootAnimationNode );
/** Check, whether imported animations actually contain
any effects.
@@ -115,7 +115,7 @@ namespace slideshow
void dispose();
private:
- SlideShowContext maContext;
+ SlideShowContext maContext;
const basegfx::B2DVector maSlideSize;
AnimationNodeSharedPtr mpRootNode;
};