diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 09:21:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 09:43:17 +0100 |
commit | 43ed93b2563c7862b7aefbe54238725faa3c5639 (patch) | |
tree | 1c47f8f370bc8c78141b67af073d425addabd099 /framework/inc/dispatch/interceptionhelper.hxx | |
parent | 445ec65a85624e4505c91c31f81c978a3d639c18 (diff) |
Use SolarMutexGuard directly
Change-Id: Ia8c994a86f1693dd1f06b2f1183f392e0ba4bdd2
Diffstat (limited to 'framework/inc/dispatch/interceptionhelper.hxx')
-rw-r--r-- | framework/inc/dispatch/interceptionhelper.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index 2f2162e5a92a..96e3a2bf82a9 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_FRAMEWORK_INC_DISPATCH_INTERCEPTIONHELPER_HXX #define INCLUDED_FRAMEWORK_INC_DISPATCH_INTERCEPTIONHELPER_HXX -#include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/generic.hxx> #include <general.h> @@ -48,9 +47,7 @@ namespace framework{ @attention Don't use this class as direct member - use it dynamicly. Do not derive from this class. We hold a weakreference to ouer owner not to ouer superclass. */ -class InterceptionHelper : // order of base classes is important for right initialization of mutex member! - private ThreadHelpBase, - public ::cppu::WeakImplHelper3< +class InterceptionHelper : public ::cppu::WeakImplHelper3< css::frame::XDispatchProvider, css::frame::XDispatchProviderInterception, css::lang::XEventListener > |