diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:36:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:36:56 +0000 |
commit | 9eee154db06e39aad437ffe079827a11a71076ea (patch) | |
tree | fa36f3342ba01c0b3d04aac8d77701f3012b7880 /sfx2/source/inc/eventsupplier.hxx | |
parent | d6a3ba1912e22ac87fab51fa66ddf8db4250ffe4 (diff) |
INTEGRATION: CWS docking1 (1.8.212); FILE MERGED
2004/07/05 15:18:05 cd 1.8.212.1: #i30032# Use new config item to store global events configuration
Diffstat (limited to 'sfx2/source/inc/eventsupplier.hxx')
-rw-r--r-- | sfx2/source/inc/eventsupplier.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/inc/eventsupplier.hxx b/sfx2/source/inc/eventsupplier.hxx index 808a1b5f5ffb..11a8bb1aac99 100644 --- a/sfx2/source/inc/eventsupplier.hxx +++ b/sfx2/source/inc/eventsupplier.hxx @@ -2,9 +2,9 @@ * * $RCSfile: eventsupplier.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-05-22 09:00:18 $ + * last change: $Author: obo $ $Date: 2004-07-06 13:36:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,6 +114,7 @@ #include <vos/mutex.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <svtools/lstner.hxx> +#include <svtools/eventcfg.hxx> //-------------------------------------------------------------------------------------------------------- @@ -191,7 +192,7 @@ class SfxGlobalEvents_Impl : public ::cppu::WeakImplHelper3< ::com::sun::star::d ::com::sun::star::document::XEventBroadcaster, ::com::sun::star::lang::XServiceInfo >, public SfxListener { - SfxEvents_Impl* pImp; + GlobalEventConfig* pImp; REFERENCE < XNAMEREPLACE > m_xEvents; WEAKREFERENCE < XJOBEXECUTOR > m_xJobsBinding; OINTERFACECONTAINERHELPER m_aInterfaceContainer; |