diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 15:00:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 15:27:08 +0100 |
commit | e6e3403f1fce1ad9285a4b41fea8b46cad6cf191 (patch) | |
tree | c21a73e14682d2134d199711b727c90aaaad183f /framework/inc | |
parent | 7cc2bb414c0ac42556cc5b11b8dbdad630927d78 (diff) |
Use SolarMutexGuard directly
Change-Id: I01c937881031c85a99aacbfbb3463203eb3d0b3e
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/helper/uiconfigelementwrapperbase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/uiconfigelementwrapperbase.hxx b/framework/inc/helper/uiconfigelementwrapperbase.hxx index 3f1a360b3e14..f44df0038724 100644 --- a/framework/inc/helper/uiconfigelementwrapperbase.hxx +++ b/framework/inc/helper/uiconfigelementwrapperbase.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_FRAMEWORK_INC_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX #define INCLUDED_FRAMEWORK_INC_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX -#include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -36,6 +35,7 @@ #include <com/sun/star/lang/XComponent.hpp> #include <rtl/ustring.hxx> +#include <cppuhelper/basemutex.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/implbase6.hxx> @@ -50,7 +50,7 @@ typedef ::cppu::WeakImplHelper6< ::com::sun::star::util::XUpdatable, ::com::sun::star::ui::XUIConfigurationListener > UIConfigElementWrapperBase_BASE; -class UIConfigElementWrapperBase : protected ThreadHelpBase , +class UIConfigElementWrapperBase : private cppu::BaseMutex, public ::cppu::OBroadcastHelper , public ::cppu::OPropertySetHelper , public UIConfigElementWrapperBase_BASE |