From d57d3c3454d46ac347c144c169abefb2c404975f Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 26 Jun 2012 22:48:18 +0900 Subject: removed unnecessary forward declarations of class Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec --- forms/source/component/imgprod.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'forms/source/component/imgprod.hxx') diff --git a/forms/source/component/imgprod.hxx b/forms/source/component/imgprod.hxx index 00cf0324ae3b..01ae75910097 100644 --- a/forms/source/component/imgprod.hxx +++ b/forms/source/component/imgprod.hxx @@ -46,9 +46,7 @@ class SvStream; -class ImageConsumer; class Graphic; -class GraphicFilter; namespace com { namespace sun { namespace star { namespace io { class XInputStream; -- cgit