summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-26 22:48:18 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-26 22:48:49 +0900
commitd57d3c3454d46ac347c144c169abefb2c404975f (patch)
treeda7227943cefadae1f3e9f7cc79cbc04d72bf0d3 /forms
parentb776233cba128bd7610834691da612b2b1a438a0 (diff)
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ListBox.hxx7
-rw-r--r--forms/source/component/imgprod.hxx2
-rw-r--r--forms/source/richtext/richtextcontrol.hxx1
-rw-r--r--forms/source/xforms/convert.hxx1
-rw-r--r--forms/source/xforms/model.hxx1
-rw-r--r--forms/source/xforms/propertysetbase.hxx1
6 files changed, 0 insertions, 13 deletions
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 <vector>
-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 T> class Sequence;
} } } }