diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:06:28 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:06:28 +0000 |
commit | b46b20e41ac67534ccdde0a9c8aa6acd4ba690f1 (patch) | |
tree | 9ad1f42c5ebe2ec9ee7660aa0458e49b4d81c8dc /slideshow/source/inc/usereventqueue.hxx | |
parent | 1e34440fa10731050dc72507a5b3f6e200d18f45 (diff) |
INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED
2006/04/24 13:25:38 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:39 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/usereventqueue.hxx')
-rw-r--r-- | slideshow/source/inc/usereventqueue.hxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx index 8e680606c0e7..1786334ca282 100644 --- a/slideshow/source/inc/usereventqueue.hxx +++ b/slideshow/source/inc/usereventqueue.hxx @@ -4,9 +4,9 @@ * * $RCSfile: usereventqueue.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2005-10-11 08:55:26 $ + * last change: $Author: kz $ $Date: 2006-12-13 16:06:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,15 +36,17 @@ #ifndef INCLUDED_SLIDESHOW_USEREVENTQUEUE_HXX #define INCLUDED_SLIDESHOW_USEREVENTQUEUE_HXX -#include "com/sun/star/animations/XAnimationNode.hpp" +#include <com/sun/star/animations/XAnimationNode.hpp> + #include "eventmultiplexer.hxx" #include "eventqueue.hxx" #include "shape.hxx" -#include "boost/noncopyable.hpp" + +#include <boost/noncopyable.hpp> /* Definition of UserEventQueue class */ -namespace presentation { +namespace slideshow { namespace internal { class PlainEventHandler; |