summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-04 19:18:15 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-04 19:18:57 +0900
commit30d3637516e9d22d237fb0bd4d71e12eebb16615 (patch)
treec997ae126d56db340a6b49d470ebc8c5f6adb102 /basic
parentce19822db8205025e2c38e1cbe87dcbe52340598 (diff)
removed unnecessary forward declarations of class
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/codegen.hxx1
-rw-r--r--basic/source/inc/runtime.hxx1
-rw-r--r--basic/source/inc/scriptcont.hxx2
3 files changed, 0 insertions, 4 deletions
diff --git a/basic/source/inc/codegen.hxx b/basic/source/inc/codegen.hxx
index ced319c4ce22..06e8771de6b3 100644
--- a/basic/source/inc/codegen.hxx
+++ b/basic/source/inc/codegen.hxx
@@ -29,7 +29,6 @@
#ifndef _CODEGEN_HXX
#define _CODEGEN_HXX
-class SbiImage;
class SbiParser;
class SbModule;
#include "opcodes.hxx"
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index 1c70828c19a7..f8e8f8f4fb5d 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -124,7 +124,6 @@ struct SbiGosubStack { // GOSUB-Stack:
#define Sb_ATTR_ARCHIVE 0x0020
-class Dir;
class WildCard;
class SbiRTLData
diff --git a/basic/source/inc/scriptcont.hxx b/basic/source/inc/scriptcont.hxx
index 54c05559c5a1..f74963d5c3fd 100644
--- a/basic/source/inc/scriptcont.hxx
+++ b/basic/source/inc/scriptcont.hxx
@@ -34,8 +34,6 @@
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <comphelper/uno3.hxx>
-class BasicManager;
-
namespace basic
{