diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:00:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:00:05 +0000 |
commit | 8d5a20a3ec100d11fcaa059aed6b62f6330b1ea8 (patch) | |
tree | 417f131b4b85b8a25e5c0f83d1f4498e894518ca /slideshow | |
parent | 070221abc9d6f68112f11603d08c8ca23381b957 (diff) |
INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED
2006/03/24 18:23:35 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/06 22:14:35 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/mouseeventhandler.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/slideshow/source/inc/mouseeventhandler.hxx b/slideshow/source/inc/mouseeventhandler.hxx index b0e3c5fb7327..772bbe623f9c 100644 --- a/slideshow/source/inc/mouseeventhandler.hxx +++ b/slideshow/source/inc/mouseeventhandler.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mouseeventhandler.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:15:46 $ + * last change: $Author: kz $ $Date: 2006-12-13 16:00:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,9 +36,7 @@ #ifndef _SLIDESHOW_MOUSEEVENTHANDLER_HXX #define _SLIDESHOW_MOUSEEVENTHANDLER_HXX -#ifndef BOOST_SHARED_PTR_HPP_INCLUDED #include <boost/shared_ptr.hpp> -#endif #include <disposable.hxx> @@ -50,7 +48,7 @@ namespace com { namespace sun { namespace star { namespace awt /* Definition of MouseEventHandler interface */ -namespace presentation +namespace slideshow { namespace internal { |