summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-16 22:08:09 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-16 22:09:38 +0900
commit462935f367534012817efb2478c4f748f0576d5c (patch)
tree3dbd9b7167e8a09b2e6252d486892eabef3cc382 /canvas
parent74b5e0d5e5b57755553fde6c77712a87025f1667 (diff)
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_textlayout_drawhelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx
index 508db17a3f27..d012869aa888 100644
--- a/canvas/source/directx/dx_textlayout_drawhelper.cxx
+++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx
@@ -62,7 +62,6 @@ using namespace ::com::sun::star;
namespace dxcanvas
{
- class DXBitmap;
TextLayoutDrawHelper::TextLayoutDrawHelper(
const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice ) :
mxGraphicDevice(xGraphicDevice)