summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/uicommanddescription.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-18 13:06:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-18 13:29:15 +0100
commit0de51f55741c0ef3fbd9bcc3359273667a904b88 (patch)
treee15a864d920a82b17d7c1acdd3c9839b85701c5e /framework/inc/uielement/uicommanddescription.hxx
parent295f7bcdc11d27af85b8b8ace8cefee7bed8cc3a (diff)
Use cppu::BaseMutex instead of plain osl::Mutex as base
Change-Id: I0f17f4140711bad606bb24a662a9be7972f1c470
Diffstat (limited to 'framework/inc/uielement/uicommanddescription.hxx')
-rw-r--r--framework/inc/uielement/uicommanddescription.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx
index 451a60d9d8b1..46640b28cfe1 100644
--- a/framework/inc/uielement/uicommanddescription.hxx
+++ b/framework/inc/uielement/uicommanddescription.hxx
@@ -29,6 +29,7 @@
#include <com/sun/star/frame/XModuleManager2.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
+#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase2.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <rtl/ustring.hxx>
@@ -38,7 +39,7 @@ namespace framework
typedef ::cppu::WeakComponentImplHelper2< com::sun::star::lang::XServiceInfo,
com::sun::star::container::XNameAccess > UICommandDescription_BASE;
-class UICommandDescription : private osl::Mutex,
+class UICommandDescription : private cppu::BaseMutex,
public UICommandDescription_BASE
{
public: