From 85f7ed1c74364505356ff27e8269f2268536fdc6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Mar 2014 10:49:20 +0100 Subject: Use an osl::Mutex directly Change-Id: I2e2a7c380ca593ad957c3b0085d01971c843f172 --- framework/source/inc/loadenv/loadenv.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source/inc') 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 #include -#include #include #include @@ -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. -- cgit