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
This commit is contained in:
Kurt Zenker 2006-12-13 14:52:29 +00:00
parent 1182d7b094
commit a55e11afc9

View file

@ -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