diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:30:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:30:18 +0000 |
commit | e5d13b183adafda011e14d522fef3c351e3d25f8 (patch) | |
tree | 1c34612f067f1728a61cec46a5c24fab00f69fa4 /slideshow/source/engine/animationnodes | |
parent | 539aade798dbd1fb82d1f2affb6c28bb3ca8a027 (diff) |
INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED
2006/10/18 19:54:45 thb 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED
2006/09/15 22:14:15 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED
2006/03/24 18:23:16 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
Diffstat (limited to 'slideshow/source/engine/animationnodes')
-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 |