diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 14:06:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 14:06:47 +0000 |
commit | 1ac4ed10b34252ee18f0cfd6f3d7fb518882e110 (patch) | |
tree | dd004a90fe397873a0322fadfaeda48bb5f67202 /slideshow/source/inc/event.hxx | |
parent | 45c5a33ea746cf23cb86ef4d5164fe92ddc48f8c (diff) |
INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED
2007/01/29 14:02:22 thb 1.8.12.1: Issue number: #i37778#
Larger slideshow refactoring. Wrote design and coding style manifest,
and adapted the code to actually conform to this. In detail:
- cleaned up ownership/disposable/weak_ptr story. removed hacks and
explicit Disposable implementations, where workaround were available
- removed object mutices, where superfluous
- reworked EventMultiplexer (using templatized listener class now), added
more events. EventMultiplexer now serves as a true blackboard
- reworked directory structure: disjunct parts are now physically separated
into directories, instantiation happens via factories & abstract interfaces
- added CursorManager, to make setting mouse cursor less hackish
- reworked DrawShape, to implement SeparateListener pattern
- reworked IntrinsicAnimationActivity, to avoid cyclic references
- modified hyperlink & shape cursor handling to communicate via
EventMultiplexer
- renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
etc.)
- added first version of the z-order fix to layer/layermanager
- cleaned up include guards and include syntax
Diffstat (limited to 'slideshow/source/inc/event.hxx')
-rw-r--r-- | slideshow/source/inc/event.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/inc/event.hxx b/slideshow/source/inc/event.hxx index 8e5c0034ceee..62f5464571b9 100644 --- a/slideshow/source/inc/event.hxx +++ b/slideshow/source/inc/event.hxx @@ -4,9 +4,9 @@ * * $RCSfile: event.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-12-13 15:56:00 $ + * last change: $Author: obo $ $Date: 2007-07-17 15:06:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,7 @@ * MA 02111-1307 USA * ************************************************************************/ -#if ! defined(INCLUDED_SLIDESHOW_EVENT_HXX) +#ifndef INCLUDED_SLIDESHOW_EVENT_HXX #define INCLUDED_SLIDESHOW_EVENT_HXX #include "disposable.hxx" |