summaryrefslogtreecommitdiffstats
path: root/svx/source/inc/svxpixelctlaccessiblecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/svxpixelctlaccessiblecontext.hxx')
-rw-r--r--svx/source/inc/svxpixelctlaccessiblecontext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/svxpixelctlaccessiblecontext.hxx b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
index 35ab8e744e68..b9a572065967 100644
--- a/svx/source/inc/svxpixelctlaccessiblecontext.hxx
+++ b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
@@ -38,7 +38,7 @@
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/compbase6.hxx>
#include <cppuhelper/compbase5.hxx>
-#include <comphelper/broadcasthelper.hxx>
+#include <cppuhelper/basemutex.hxx>
#include <comphelper/servicehelper.hxx>
#include <svx/rectenum.hxx>
@@ -63,7 +63,7 @@ typedef ::cppu::WeakAggComponentImplHelper5<
SvxPixelCtlAccessibleChild_BASE;
class SvxPixelCtlAccessibleChild :
- public ::comphelper::OBaseMutex,
+ public ::cppu::BaseMutex,
public SvxPixelCtlAccessibleChild_BASE
{
SvxPixelCtl& mrParentWindow;
@@ -162,7 +162,7 @@ typedef ::cppu::WeakAggComponentImplHelper6<
SvxPixelCtlAccessible_BASE;
class SvxPixelCtlAccessible :
- public ::comphelper::OBaseMutex,
+ public ::cppu::BaseMutex,
public SvxPixelCtlAccessible_BASE
{
SvxPixelCtl& mrPixelCtl;