diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-04 19:18:15 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-04 19:18:57 +0900 |
commit | 30d3637516e9d22d237fb0bd4d71e12eebb16615 (patch) | |
tree | c997ae126d56db340a6b49d470ebc8c5f6adb102 /svtools | |
parent | ce19822db8205025e2c38e1cbe87dcbe52340598 (diff) |
removed unnecessary forward declarations of class
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/filedlg2.hxx | 1 | ||||
-rw-r--r-- | svtools/source/inc/svimpbox.hxx | 2 | ||||
-rw-r--r-- | svtools/source/toolpanel/tabbargeometry.hxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/dialogs/filedlg2.hxx b/svtools/source/dialogs/filedlg2.hxx index 604329d80b6b..c31fab676f58 100644 --- a/svtools/source/dialogs/filedlg2.hxx +++ b/svtools/source/dialogs/filedlg2.hxx @@ -41,7 +41,6 @@ class ListBox; class Button; class PathDialog; -class FileDialog; class ImpPathDialog; struct ImpFilterItem diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx index 094c59de3429..b12e3b959418 100644 --- a/svtools/source/inc/svimpbox.hxx +++ b/svtools/source/inc/svimpbox.hxx @@ -40,11 +40,9 @@ class SvTreeListBox; class Point; -class DropEvent; class SvLBoxTreeList; class SvImpLBox; class SvLBoxEntry; -class SvLBoxItem; class SvLBoxTab; class TabBar; namespace comphelper diff --git a/svtools/source/toolpanel/tabbargeometry.hxx b/svtools/source/toolpanel/tabbargeometry.hxx index 8bd3f0d6e5a3..04390234f9be 100644 --- a/svtools/source/toolpanel/tabbargeometry.hxx +++ b/svtools/source/toolpanel/tabbargeometry.hxx @@ -77,7 +77,6 @@ namespace svt //================================================================================================================== //= TabBarGeometry //================================================================================================================== - class TabBarGeometry_Impl; class TabBarGeometry { public: |