summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
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/source/component/ListBox.hxx
parentb776233cba128bd7610834691da612b2b1a438a0 (diff)
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx7
1 files changed, 0 insertions, 7 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