summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/basobj.hxx3
-rw-r--r--idl/inc/hash.hxx1
-rw-r--r--idl/inc/types.hxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index eee1d156e2fd..c601fb1964ca 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -47,7 +47,6 @@ public:
protected:
virtual ~SvMetaObject() {}
};
-typedef tools::SvRef<SvMetaObject> SvMetaObjectRef;
class SvMetaObjectMemberList : public SvRefMemberList<SvMetaObject *> {};
@@ -104,7 +103,6 @@ public:
virtual bool Test( SvIdlDataBase &, SvTokenStream & rInStm );
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE;
};
-typedef tools::SvRef<SvMetaName> SvMetaNameRef;
class SvMetaNameMemberList : public SvRefMemberList<SvMetaName *> {};
@@ -180,7 +178,6 @@ public:
protected:
virtual void ReadAttributesSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE;
};
-typedef tools::SvRef<SvMetaExtern> SvMetaExternRef;
class SvMetaExternMemberList : public SvRefMemberList<SvMetaExtern *> {};
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index 4836138e8a27..a0450dbe109c 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -94,7 +94,6 @@ public:
typedef tools::SvRef<SvStringHashEntry> SvStringHashEntryRef;
-typedef ::std::vector< SvStringHashEntry* > SvStringHashList;
class SvStringHashTable : public SvHashTable
{
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 2ce04f62d7ca..aa701f412847 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -202,7 +202,6 @@ public:
TYPEINFO_OVERRIDE();
SvMetaTypeString();
};
-typedef tools::SvRef<SvMetaTypeString> SvMetaTypeStringRef;
class SvMetaTypeStringMemberList : public SvRefMemberList<SvMetaTypeString *> {};
@@ -246,7 +245,6 @@ public:
TYPEINFO_OVERRIDE();
SvMetaTypevoid();
};
-typedef tools::SvRef<SvMetaTypevoid> SvMetaTypevoidRef;
class SvMetaTypevoidMemberList : public SvRefMemberList<SvMetaTypevoid *> {};