diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:52:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:52:29 +0000 |
commit | a55e11afc9286342f35516adcc3b0ebc34cd07cb (patch) | |
tree | 9b87787e53bf6a20bff884bc3f933e4b516b1a18 /slideshow/source/inc/animationnode.hxx | |
parent | 1182d7b094788c9f61d15b2058da86b7b6e69fdb (diff) |
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
Diffstat (limited to 'slideshow/source/inc/animationnode.hxx')
-rw-r--r-- | slideshow/source/inc/animationnode.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/slideshow/source/inc/animationnode.hxx b/slideshow/source/inc/animationnode.hxx index 0d1d603bdd1b..bf50a4b97b91 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 <com/sun/star/animations/XAnimationNode.hpp> +#include <boost/shared_ptr.hpp> + +namespace slideshow { namespace internal { /** This interface is used to mirror every XAnimateNode object |