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.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/slideshow/source/engine/slide/slideanimations.cxx b/slideshow/source/engine/slide/slideanimations.cxx
index a6d526ba5a55..d433b7af1409 100644
--- a/slideshow/source/engine/slide/slideanimations.cxx
+++ b/slideshow/source/engine/slide/slideanimations.cxx
@@ -25,10 +25,8 @@
using namespace ::com::sun::star;
-namespace slideshow
+namespace slideshow::internal
{
- namespace internal
- {
SlideAnimations::SlideAnimations( const SlideShowContext& rContext,
const ::basegfx::B2DVector& rSlideSize ) :
maContext( rContext ),
@@ -103,7 +101,6 @@ namespace slideshow
mpRootNode->end();
}
- }
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */