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
This commit is contained in:
Kurt Zenker
2005-01-13 16:43:52 +00:00
parent c5d8102222
commit 8a1f4e955b

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: bcholder.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -75,6 +75,16 @@ namespace scripting_helper
{ {
//......................................................................... //.........................................................................
// ----------------------------------------------------
// class OMutexHolder
// ----------------------------------------------------
class OMutexHolder
{
protected:
::osl::Mutex m_aMutex;
};
// ---------------------------------------------------- // ----------------------------------------------------
// class OBroadcastHelperHolder // class OBroadcastHelperHolder
// ---------------------------------------------------- // ----------------------------------------------------