From ca964396346db32157dbc8d5bb5bbea6a1def939 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 13 Dec 2006 14:51:32 +0000 Subject: INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:30 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow --- slideshow/source/inc/animation.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'slideshow/source/inc/animation.hxx') diff --git a/slideshow/source/inc/animation.hxx b/slideshow/source/inc/animation.hxx index 65593591d3af..c207f24e587c 100644 --- a/slideshow/source/inc/animation.hxx +++ b/slideshow/source/inc/animation.hxx @@ -4,9 +4,9 @@ * * $RCSfile: animation.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:04:50 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:51:20 $ * * 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 @@ /* Definition of Animation interface */ -namespace presentation +namespace slideshow { namespace internal { -- cgit