From 173cf9e90f9c7de524b4763d671c4ab8e97d8c0d Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Tue, 13 Mar 2001 09:45:48 +0000 Subject: use own mutex --- sw/source/ui/inc/unodispatch.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/inc/unodispatch.hxx') diff --git a/sw/source/ui/inc/unodispatch.hxx b/sw/source/ui/inc/unodispatch.hxx index e525b0d0c8d9..27bf9b34b03b 100644 --- a/sw/source/ui/inc/unodispatch.hxx +++ b/sw/source/ui/inc/unodispatch.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unodispatch.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2001-03-09 15:00:15 $ + * last change: $Author: os $ $Date: 2001-03-13 10:45:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,9 @@ #include #endif #include +#ifndef _OSL_MUTEX_HXX_ +#include +#endif class SwView; //--------------------------------------------------------------------------------------------------------------------- @@ -86,6 +89,8 @@ class SwXDispatchProviderInterceptor : public cppu::WeakImplHelper2 ::com::sun::star::lang::XEventListener > { + ::osl::Mutex m_aMutex; + // the component which's dispatches we're intercepting ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception> m_xIntercepted; -- cgit