summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators/acceleratorconfiguration.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-18 08:16:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-18 09:43:15 +0100
commitfbc72e5feb88b80ff335298d275627ed3a6a75df (patch)
tree2970ce6b4a115d26e06fb6dccf2f2525bfb0b24b /framework/source/inc/accelerators/acceleratorconfiguration.hxx
parent65b718dad248a595f63910386127f70eaa8b8b6c (diff)
Use SolarMutexGuard directly
Change-Id: I6ca88538be5400714fcbe880776ac30cca3d68ae
Diffstat (limited to 'framework/source/inc/accelerators/acceleratorconfiguration.hxx')
-rw-r--r--framework/source/inc/accelerators/acceleratorconfiguration.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
index 9b7c7973ee5b..6d8c27e6e951 100644
--- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
@@ -26,7 +26,6 @@
#include <accelerators/keymapping.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <threadhelp/threadhelpbase.hxx>
#include <general.h>
#include <stdtypes.h>
@@ -281,8 +280,7 @@ class XMLBasedAcceleratorConfiguration : public IStorageListener,
};
-class XCUBasedAcceleratorConfiguration : protected ThreadHelpBase, // attention! Must be the first base class to guarentee right initialize lock ...
- public ::cppu::WeakImplHelper4<
+class XCUBasedAcceleratorConfiguration : public ::cppu::WeakImplHelper4<
css::util::XChangesListener,
css::lang::XComponent,
css::form::XReset, // TODO use XPresetHandler instead if available