summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-20 00:50:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-20 00:50:59 +0900
commiteeb5bea1d4e41ac190283d3b7d90659acbce5065 (patch)
treeafef43b5685ce49c9f74c4721725fbf0fbdb1001 /basctl
parent6bb8dbf8072caedd2f79faa9e72fddd63541baad (diff)
removed unused forward declarations of class
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/bastype2.hxx3
-rw-r--r--basctl/source/basicide/bastype3.hxx2
-rw-r--r--basctl/source/basicide/macrodlg.hxx2
-rw-r--r--basctl/source/basicide/moduldlg.hxx2
-rw-r--r--basctl/source/basicide/objdlg.hxx2
5 files changed, 0 insertions, 11 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx
index 39a13ca69f5e..bf60e2927438 100644
--- a/basctl/source/basicide/bastype2.hxx
+++ b/basctl/source/basicide/bastype2.hxx
@@ -37,12 +37,9 @@ enum BasicEntryType { OBJ_TYPE_UNKNOWN, OBJ_TYPE_DOCUMENT, OBJ_TYPE_LIBRARY, OBJ
#define BROWSEMODE_SUBS 0x02
#define BROWSEMODE_DIALOGS 0x04
-class SbMethod;
-class SbxObject;
class SbModule;
class SvLBoxEntry;
class SbxVariable;
-class String;
class BasicEntry
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index bd86e93893ff..b2228287188a 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -25,8 +25,6 @@
#include <iderid.hxx>
-class EditorWindow;
-
#ifndef NO_SPECIALEDIT
class ExtendedEdit : public Edit
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index fbfb39698e84..e572849fba77 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -38,8 +38,6 @@
#define MACROCHOOSER_CHOOSEONLY 2
#define MACROCHOOSER_RECORDING 3
-class BasicManager;
-
class MacroChooser : public SfxModalDialog
{
private:
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 026591ec77c1..21329676bd31 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -35,8 +35,6 @@
#include <vcl/tabctrl.hxx>
#include <vcl/lstbox.hxx>
-class StarBASIC;
-
enum NewObjectMode
{
NEWOBJECTMODE_LIB = 1,
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index 05fc8714a52a..c0c3c454ca60 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -28,8 +28,6 @@
#include <bastype2.hxx>
-class StarBASIC;
-
class ObjectCatalogToolBox_Impl: public ToolBox
{
public: