summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 08:42:02 +0200
committerNoel Grandin <noel@peralex.com>2016-02-08 14:00:37 +0200
commitf408ced762d535511f9bb2a496fef96a05b0b074 (patch)
tree938efe66634a6a03392370a4bbf167057265848e /idl/inc
parent775a51cec9c439cca83d0c9bac7bb7a9c66ec5c6 (diff)
SvMetaReference currently serves no purpose
Change-Id: I676e61fee201b1a2e7f66b541061de2b049bffa9
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/basobj.hxx13
-rw-r--r--idl/inc/module.hxx2
-rw-r--r--idl/inc/types.hxx2
3 files changed, 2 insertions, 15 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index 5524df033f40..6db8ca00a9eb 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -158,19 +158,6 @@ public:
{ aRef = pRef; }
};
-class SvMetaModule;
-class SvMetaExtern : public SvMetaReference
-{
- SvMetaModule * pModule; // included in which module
-
-public:
- SvMetaExtern();
-
- void SetModule( SvIdlDataBase & rBase );
- virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
-};
-
-
#endif // INCLUDED_IDL_INC_BASOBJ_HXX
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index 3a052641f5ee..2a64c63e64ac 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -23,7 +23,7 @@
#include <slot.hxx>
#include <object.hxx>
-class SvMetaModule : public SvMetaExtern
+class SvMetaModule : public SvMetaReference
{
SvRefMemberList<SvMetaClass *> aClassList;
SvRefMemberList<SvMetaType *> aTypeList;
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 2356f5dc6e43..57d3ecf34fbd 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -67,7 +67,7 @@ public:
enum MetaTypeType { Method, Struct, Base, Enum, Class };
-class SvMetaType : public SvMetaExtern
+class SvMetaType : public SvMetaReference
{
SvIdentifier aBasicPostfix;
SvRefMemberList<SvMetaAttribute *>* pAttrList;