diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:32:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:32:30 +0000 |
commit | 4fc2038af5ae9b3c91fcf0a1305befb75fd1a342 (patch) | |
tree | bbdbb418f941511b7feaaa54b0b504362cb661f1 /slideshow/source | |
parent | 4397add88587271fca090a571bdc330d6cafd7bd (diff) |
INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED
2006/09/15 22:15:38 thb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED
2006/03/24 18:23:18 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/animationnodes/basecontainernode.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/basecontainernode.hxx b/slideshow/source/engine/animationnodes/basecontainernode.hxx index e6a13e7a7d1a..7968a9dab1d3 100644 --- a/slideshow/source/engine/animationnodes/basecontainernode.hxx +++ b/slideshow/source/engine/animationnodes/basecontainernode.hxx @@ -4,9 +4,9 @@ * * $RCSfile: basecontainernode.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-07-26 07:34:02 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:32:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "basenode.hxx" -namespace presentation { +namespace slideshow { namespace internal { /** This interface extends BaseNode with child handling methods. |