summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 14:31:17 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 14:31:17 +0000
commite80d11a30040a1d7f68ba91442a79cee59b5aad3 (patch)
tree2ee26ac04146295e7a8bd1a24824ee50f172e007
parent07b07d4966cc5d0cdc4e2a941f2b8ee308e35af9 (diff)
INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED
2006/10/18 19:55:01 thb 1.3.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:14:46 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:17 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
-rw-r--r--slideshow/source/engine/animationnodes/animationtransformnode.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationtransformnode.cxx b/slideshow/source/engine/animationnodes/animationtransformnode.cxx
index fcde77970399..bf686e717463 100644
--- a/slideshow/source/engine/animationnodes/animationtransformnode.cxx
+++ b/slideshow/source/engine/animationnodes/animationtransformnode.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animationtransformnode.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:34:55 $
+ * last change: $Author: kz $ $Date: 2006-12-13 15:31:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,7 @@
using namespace com::sun::star;
-namespace presentation {
+namespace slideshow {
namespace internal {
void AnimationTransformNode::dispose()
@@ -114,4 +114,4 @@ AnimationActivitySharedPtr AnimationTransformNode::createActivity() const
}
} // namespace internal
-} // namespace presentation
+} // namespace slideshow