diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-13 16:43:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-13 16:43:52 +0000 |
commit | 8a1f4e955bb678f9ed02ed0e763213a579adbc6e (patch) | |
tree | 8d5aca11183fd72ffc36cf8e8c903e758648cd4f /scripting | |
parent | c5d8102222a682ddefef1f6baa89da99f8171ee3 (diff) |
INTEGRATION: CWS tbe15 (1.1.62); FILE MERGED
2004/12/03 16:21:22 tbe 1.1.62.1: #i38139# Tools/Macro/Run Macro freezes office when Basic macro is already running
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/inc/bcholder.hxx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/scripting/source/inc/bcholder.hxx b/scripting/source/inc/bcholder.hxx index 7177da90c5cb..d58d6e01fc39 100644 --- a/scripting/source/inc/bcholder.hxx +++ b/scripting/source/inc/bcholder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bcholder.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tbe $ $Date: 2003-11-07 13:42:04 $ + * last change: $Author: kz $ $Date: 2005-01-13 17:43:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,16 @@ namespace scripting_helper //......................................................................... // ---------------------------------------------------- + // class OMutexHolder + // ---------------------------------------------------- + + class OMutexHolder + { + protected: + ::osl::Mutex m_aMutex; + }; + + // ---------------------------------------------------- // class OBroadcastHelperHolder // ---------------------------------------------------- |