summaryrefslogtreecommitdiffstats
path: root/canvas/source/vcl/canvasfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/canvasfont.hxx')
-rw-r--r--canvas/source/vcl/canvasfont.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvasfont.hxx b/canvas/source/vcl/canvasfont.hxx
index 2057b0bb32d2..b17126222b7d 100644
--- a/canvas/source/vcl/canvasfont.hxx
+++ b/canvas/source/vcl/canvasfont.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_CANVAS_SOURCE_VCL_CANVASFONT_HXX
#include <cppuhelper/compbase.hxx>
-#include <comphelper/broadcasthelper.hxx>
+#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/geometry/Matrix2D.hpp>
@@ -44,7 +44,7 @@ namespace vclcanvas
typedef ::cppu::WeakComponentImplHelper< css::rendering::XCanvasFont,
css::lang::XServiceInfo > CanvasFont_Base;
- class CanvasFont : public ::comphelper::OBaseMutex,
+ class CanvasFont : public ::cppu::BaseMutex,
public CanvasFont_Base
{
public: