diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationpathmotionnode.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationpathmotionnode.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx index fc8827884a64..8ac6f1fa6933 100644 --- a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx +++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: animationpathmotionnode.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 08:34:20 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:30:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ #include "animationpathmotionnode.hxx" #include "animationfactory.hxx" -namespace presentation { +namespace slideshow { namespace internal { void AnimationPathMotionNode::dispose() @@ -68,5 +68,5 @@ AnimationActivitySharedPtr AnimationPathMotionNode::createActivity() const } } // namespace internal -} // namespace presentation +} // namespace slideshow |