From 462935f367534012817efb2478c4f748f0576d5c Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 16 Jun 2012 22:08:09 +0900 Subject: removed unused forward declarations of class Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631 --- canvas/source/directx/dx_textlayout_drawhelper.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'canvas/source') 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) -- cgit