From 30d3637516e9d22d237fb0bd4d71e12eebb16615 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 4 Jul 2012 19:18:15 +0900 Subject: removed unnecessary forward declarations of class Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c --- idl/inc/basobj.hxx | 1 - idl/inc/globals.hxx | 1 - idl/inc/lex.hxx | 1 - idl/inc/object.hxx | 1 - idl/inc/slot.hxx | 1 - 5 files changed, 5 deletions(-) (limited to 'idl/inc') 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 #include -class SvMetaSlotMemberList; class SvMetaSlot : public SvMetaAttribute { SvMetaTypeRef aSlotType; -- cgit