From a55e11afc9286342f35516adcc3b0ebc34cd07cb Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 13 Dec 2006 14:52:29 +0000 Subject: INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/04/24 13:25:37 thb 1.4.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:30 thb 1.4.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow --- slideshow/source/inc/animationnode.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'slideshow/source/inc/animationnode.hxx') diff --git a/slideshow/source/inc/animationnode.hxx b/slideshow/source/inc/animationnode.hxx index 0d1d603bdd1b5..bf50a4b97b913 100644 --- a/slideshow/source/inc/animationnode.hxx +++ b/slideshow/source/inc/animationnode.hxx @@ -4,9 +4,9 @@ * * $RCSfile: animationnode.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2005-10-11 08:47:58 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:52:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,11 @@ #define INCLUDED_SLIDESHOW_ANIMATIONNODE_HXX #include "disposable.hxx" -#include "com/sun/star/animations/XAnimationNode.hpp" -#include "boost/shared_ptr.hpp" -namespace presentation { +#include +#include + +namespace slideshow { namespace internal { /** This interface is used to mirror every XAnimateNode object -- cgit