summaryrefslogtreecommitdiff
path: root/idl
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 /idl
parentce19822db8205025e2c38e1cbe87dcbe52340598 (diff)
removed unnecessary forward declarations of class
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/basobj.hxx1
-rw-r--r--idl/inc/globals.hxx1
-rw-r--r--idl/inc/lex.hxx1
-rw-r--r--idl/inc/object.hxx1
-rw-r--r--idl/inc/slot.hxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index 9cd03b72702a..8b22febcab55 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -35,7 +35,6 @@
class SvTokenStream;
class SvMetaObject;
-class SvAttributeList;
class SvIdlDataBase;
typedef SvMetaObject * (*CreateMetaObjectType)();
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index 4e79333cadc3..d743d1022aa9 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -26,7 +26,6 @@
#undef _Export
#endif
-class SvIdlWorkingBase;
class SvClassManager;
struct SvGlobalHashNames
{
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index 03b657890f71..1bc1aee59521 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -41,7 +41,6 @@ enum SVTOKEN_ENUM { SVTOKEN_EMPTY, SVTOKEN_COMMENT,
SVTOKEN_CHAR, SVTOKEN_RTTIBASE,
SVTOKEN_EOF, SVTOKEN_HASHID };
-class BigInt;
class SvToken
{
friend class SvTokenStream;
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index f23262d95189..e89355be957f 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -77,7 +77,6 @@ public:
SV_DECL_IMPL_REF(SvClassElement)
SV_DECL_IMPL_PERSIST_LIST(SvClassElement,SvClassElement *)
-class SvMetaModule;
SV_DECL_PERSIST_LIST(SvMetaClass,SvMetaClass *)
class SvMetaClass : public SvMetaType
{
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index d4ae0be1cab2..bb11b004af42 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -32,7 +32,6 @@
#include <types.hxx>
#include <command.hxx>
-class SvMetaSlotMemberList;
class SvMetaSlot : public SvMetaAttribute
{
SvMetaTypeRef aSlotType;