summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/slideanimations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/slideanimations.cxx')
-rw-r--r--slideshow/source/engine/slide/slideanimations.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/slide/slideanimations.cxx b/slideshow/source/engine/slide/slideanimations.cxx
index 9b951d5af55a..75c7ae14ad5c 100644
--- a/slideshow/source/engine/slide/slideanimations.cxx
+++ b/slideshow/source/engine/slide/slideanimations.cxx
@@ -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
@@ -65,7 +65,7 @@ namespace slideshow
{
mpRootNode->dispose();
}
- catch (uno::Exception &)
+ catch (uno::Exception &)
{
OSL_ENSURE( false, rtl::OUStringToOString(
comphelper::anyToString(
@@ -74,10 +74,10 @@ namespace slideshow
}
}
}
-
+
bool SlideAnimations::importAnimations( const uno::Reference< animations::XAnimationNode >& xRootAnimationNode )
{
- mpRootNode = AnimationNodeFactory::createAnimationNode(
+ mpRootNode = AnimationNodeFactory::createAnimationNode(
xRootAnimationNode,
maSlideSize,
maContext );