summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/toolbarlayoutmanager.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-18 16:45:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-18 17:37:54 +0100
commit5d54e99312002553c33ac43803ba1df2f40d08cd (patch)
tree0fb58bc878f41426f6da8a553dad6a8b5fd1037f /framework/source/layoutmanager/toolbarlayoutmanager.hxx
parent690b76aa2792ded47d944f11e175579b263afd19 (diff)
Use SolarMutexGuard directly
Change-Id: I6e558d312e1c0b4243d9ce7a44cc3be346863bab
Diffstat (limited to 'framework/source/layoutmanager/toolbarlayoutmanager.hxx')
-rw-r--r--framework/source/layoutmanager/toolbarlayoutmanager.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.hxx b/framework/source/layoutmanager/toolbarlayoutmanager.hxx
index a507ea3d6f70..796f775b1947 100644
--- a/framework/source/layoutmanager/toolbarlayoutmanager.hxx
+++ b/framework/source/layoutmanager/toolbarlayoutmanager.hxx
@@ -25,7 +25,6 @@
*/
#include <vector>
-#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
@@ -62,8 +61,7 @@ namespace framework
class ToolbarLayoutManager : public ::cppu::WeakImplHelper3< ::com::sun::star::awt::XDockableWindowListener,
::com::sun::star::ui::XUIConfigurationListener,
- ::com::sun::star::awt::XWindowListener >,
- private ThreadHelpBase // Struct for right initalization of mutex member! Must be first of baseclasses.
+ ::com::sun::star::awt::XWindowListener >
{
public:
enum { DOCKINGAREAS_COUNT = 4 };