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/ListBox.hxx | 7 ------- forms/source/component/imgprod.hxx | 2 -- forms/source/richtext/richtextcontrol.hxx | 1 - forms/source/xforms/convert.hxx | 1 - forms/source/xforms/model.hxx | 1 - forms/source/xforms/propertysetbase.hxx | 1 - 6 files changed, 13 deletions(-) (limited to 'forms') diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx index d64a5a8053d2..0eb833ce89fd 100644 --- a/forms/source/component/ListBox.hxx +++ b/forms/source/component/ListBox.hxx @@ -53,11 +53,6 @@ #include -namespace dbtools -{ - class FormattedColumnValue; -} - //......................................................................... namespace frm { @@ -204,8 +199,6 @@ typedef ::cppu::ImplHelper4 < ::com::sun::star::awt::XFocusListener , ::com::sun::star::form::XChangeBroadcaster > OListBoxControl_BASE; -class ChangeListeners; - class OListBoxControl :public OBoundControl ,public OListBoxControl_BASE ,public IEventProcessor 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; diff --git a/forms/source/richtext/richtextcontrol.hxx b/forms/source/richtext/richtextcontrol.hxx index b797b973cf7f..fbea515ef329 100644 --- a/forms/source/richtext/richtextcontrol.hxx +++ b/forms/source/richtext/richtextcontrol.hxx @@ -41,7 +41,6 @@ namespace frm //......................................................................... class ORichTextFeatureDispatcher; - class RichTextControl; //================================================================== // ORichTextControl diff --git a/forms/source/xforms/convert.hxx b/forms/source/xforms/convert.hxx index 7b176ede98c5..009b2b19d669 100644 --- a/forms/source/xforms/convert.hxx +++ b/forms/source/xforms/convert.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace uno class Type; } } } } namespace rtl { class OUString; } -class ConvertImpl; namespace xforms { diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx index a237d7de14fd..30fd2855fc08 100644 --- a/forms/source/xforms/model.hxx +++ b/forms/source/xforms/model.hxx @@ -60,7 +60,6 @@ namespace com { namespace sun { namespace star namespace rtl { class OUString; } namespace xforms { - class Binding; class MIP; class BindingCollection; class SubmissionCollection; diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx index 3b035d984a79..eb2b9e613741 100644 --- a/forms/source/xforms/propertysetbase.hxx +++ b/forms/source/xforms/propertysetbase.hxx @@ -46,7 +46,6 @@ // forward declarations for method arguments namespace com { namespace sun { namespace star { namespace uno { class Any; - class Type; class RuntimeException; template class Sequence; } } } } -- cgit