summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/unodispatch.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-13 09:45:48 +0000
committerOliver Specht <os@openoffice.org>2001-03-13 09:45:48 +0000
commit173cf9e90f9c7de524b4763d671c4ab8e97d8c0d (patch)
tree25591cae6e896d01f00c21173c69f95db7974553 /sw/source/ui/inc/unodispatch.hxx
parent#84808# IsHidden-property added to HiddenTxt/ParaField; CharRelief added (diff)
downloadcore-173cf9e90f9c7de524b4763d671c4ab8e97d8c0d.tar.gz
core-173cf9e90f9c7de524b4763d671c4ab8e97d8c0d.zip
use own mutex
Diffstat (limited to 'sw/source/ui/inc/unodispatch.hxx')
-rw-r--r--sw/source/ui/inc/unodispatch.hxx9
1 files changed, 7 insertions, 2 deletions
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 <cppuhelper/implbase2.hxx>
#endif
#include <list>
+#ifndef _OSL_MUTEX_HXX_
+#include <osl/mutex.hxx>
+#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;