diff options
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/LocaleNode.cxx | 8 | ||||
-rw-r--r-- | i18npool/source/localedata/LocaleNode.hxx | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index 37a732690d6d..ff384c394fcc 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx @@ -2311,14 +2311,6 @@ OUString Attr::getValueByName (const sal_Char *str) const { return OUString(); } -sal_Int32 Attr::getLength() const{ - return name.getLength(); -} - -const OUString& Attr::getTypeByIndex (sal_Int32 idx) const { - return name[idx]; -} - const OUString& Attr::getValueByIndex (sal_Int32 idx) const { return value[idx]; diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx index ae32d30e7eea..7b19cbc82a73 100644 --- a/i18npool/source/localedata/LocaleNode.hxx +++ b/i18npool/source/localedata/LocaleNode.hxx @@ -75,8 +75,6 @@ class Attr { public: explicit Attr (const Reference< XAttributeList > & attr); OUString getValueByName (const sal_Char *str) const; - sal_Int32 getLength() const; - const OUString& getTypeByIndex (sal_Int32 idx) const; const OUString& getValueByIndex (sal_Int32 idx) const ; }; |