summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_canvasfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_canvasfont.hxx')
-rw-r--r--canvas/source/directx/dx_canvasfont.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/canvas/source/directx/dx_canvasfont.hxx b/canvas/source/directx/dx_canvasfont.hxx
index 0049d2e6b0c6..ebb3d559af39 100644
--- a/canvas/source/directx/dx_canvasfont.hxx
+++ b/canvas/source/directx/dx_canvasfont.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_CANVAS_SOURCE_DIRECTX_DX_CANVASFONT_HXX
#define INCLUDED_CANVAS_SOURCE_DIRECTX_DX_CANVASFONT_HXX
-#include <comphelper/implementationreference.hxx>
-
#include <cppuhelper/compbase2.hxx>
#include <comphelper/broadcasthelper.hxx>
@@ -53,9 +51,7 @@ namespace dxcanvas
private ::boost::noncopyable
{
public:
- typedef ::comphelper::ImplementationReference<
- CanvasFont,
- ::com::sun::star::rendering::XCanvasFont > ImplRef;
+ typedef rtl::Reference<CanvasFont> ImplRef;
CanvasFont( const ::com::sun::star::rendering::FontRequest& fontRequest,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& extraFontProperties,