summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 14:56:54 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 14:56:54 +0000
commita826004576d7822b14ffec3306434bdc453d5770 (patch)
tree9e0179ab812b14955633a79cd0d8038eb09d4bba /slideshow
parent1b0024a9bed1f84013934a40c6919c5f84302d0d (diff)
INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED
2006/03/24 18:23:33 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')
-rw-r--r--slideshow/source/inc/enumanimation.hxx6
-rw-r--r--slideshow/source/inc/expressionnode.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/slideshow/source/inc/enumanimation.hxx b/slideshow/source/inc/enumanimation.hxx
index 8c4c20577d65..762b359db224 100644
--- a/slideshow/source/inc/enumanimation.hxx
+++ b/slideshow/source/inc/enumanimation.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: enumanimation.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:10:32 $
+ * last change: $Author: kz $ $Date: 2006-12-13 15:55:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
/* Definition of EnumAnimation interface */
-namespace presentation
+namespace slideshow
{
namespace internal
{
diff --git a/slideshow/source/inc/expressionnode.hxx b/slideshow/source/inc/expressionnode.hxx
index 0119ea1c7fe9..de1859ec391f 100644
--- a/slideshow/source/inc/expressionnode.hxx
+++ b/slideshow/source/inc/expressionnode.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: expressionnode.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:11:58 $
+ * last change: $Author: kz $ $Date: 2006-12-13 15:56:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
/* Definition of ExpressionNode interface */
-namespace presentation
+namespace slideshow
{
namespace internal
{