diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-26 09:17:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:42 +0100 |
commit | e54e5ee95975b515efcc285b8357ed40995a3e68 (patch) | |
tree | 1593f39a03fb94f533e25a46b777ff22f73486d5 /canvas | |
parent | 675fbe9e2d4e3d94d575cdc087c17b0860354fb3 (diff) |
Unused forward decl
Change-Id: Id332cdff634be042e026faf7cc75d8eaeb44a13e
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_textlayout_drawhelper.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx index c530aaa3e38c..0d63181a175d 100644 --- a/canvas/source/directx/dx_textlayout_drawhelper.cxx +++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx @@ -44,8 +44,6 @@ #include "dx_impltools.hxx" #include "dx_textlayout_drawhelper.hxx" -class css::rendering::XCanvasFont; - using namespace ::com::sun::star; |