summaryrefslogtreecommitdiff
path: root/idl/inc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/types.hxx')
-rw-r--r--idl/inc/types.hxx5
1 files changed, 0 insertions, 5 deletions
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