summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-20 10:49:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-20 10:49:40 +0100
commit85f7ed1c74364505356ff27e8269f2268536fdc6 (patch)
tree10f73b621c959007c8955f5026cad335f0d7dd91 /framework/source/inc
parent8781cdcc5b798ae2bdf3edba34b335d068339d4e (diff)
Use an osl::Mutex directly
Change-Id: I2e2a7c380ca593ad957c3b0085d01971c843f172
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 2642f09ab532..29b65999ae3b 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -22,7 +22,6 @@
#include <loadenv/loadenvexception.hxx>
#include <loadenv/actionlockguard.hxx>
-#include <threadhelp/threadhelpbase.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -52,7 +51,7 @@ class QuietInteraction;
@author as96863
*/
-class LoadEnv : private ThreadHelpBase
+class LoadEnv
{
public:
@@ -106,6 +105,7 @@ public:
};
private:
+ mutable osl::Mutex m_mutex;
/** @short reference to an uno service manager, which must be used
to created on needed services on demand.