diff options
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/database.hxx | 1 | ||||
-rw-r--r-- | idl/inc/types.hxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 25381c324e34..0a9383cbc402 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -94,7 +94,6 @@ public: explicit SvIdlDataBase( const SvCommand& rCmd ); ~SvIdlDataBase(); - SvRefMemberList<SvMetaSlot *>& GetSlotList() { return aSlotList; } SvRefMemberList<SvMetaType *>& GetTypeList(); SvRefMemberList<SvMetaClass *>& GetClassList() { return aClassList; } SvRefMemberList<SvMetaModule *>& GetModuleList() { return aModuleList; } diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 01f5c99687af..5ecf4359d88a 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -104,11 +104,6 @@ public: SvRefMemberList<SvMetaEnumValue *> aEnumValueList; OString aPrefix; SvMetaTypeEnum(); - - sal_uLong Count() const { return aEnumValueList.size(); } - const OString& GetPrefix() const { return aPrefix; } - SvMetaEnumValue * GetObject( sal_uLong n ) const - { return aEnumValueList[n]; } }; class SvMetaTypevoid : public SvMetaType |