diff options
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/currencytable.hxx | 2 | ||||
-rw-r--r-- | include/svl/zforlist.hxx | 13 |
2 files changed, 0 insertions, 15 deletions
diff --git a/include/svl/currencytable.hxx b/include/svl/currencytable.hxx index 940a584fb1d6..ed2e5f47fd47 100644 --- a/include/svl/currencytable.hxx +++ b/include/svl/currencytable.hxx @@ -23,9 +23,7 @@ public: typedef DataType::const_iterator const_iterator; iterator begin(); - iterator end(); const_iterator begin() const; - const_iterator end() const; NfCurrencyEntry& operator[] ( size_t i ); const NfCurrencyEntry& operator[] ( size_t i ) const; diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 7ada1b58ed6b..8d5b9fcdc184 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -255,8 +255,6 @@ public: sal_Unicode cZero ); ~NfCurrencyEntry() {} - NfCurrencyEntry* Clone() const; - /// Symbols and language identical bool operator==( const NfCurrencyEntry& r ) const; @@ -304,11 +302,6 @@ public: static inline sal_Unicode GetEuroSymbol() { return sal_Unicode(0x20AC); } }; -inline NfCurrencyEntry* new_clone( const NfCurrencyEntry& r ) -{ - return r.Clone(); -} - typedef std::vector< OUString > NfWSStringsDtor; class SvNumberFormatterRegistry_Impl; @@ -642,8 +635,6 @@ public: /// DEPRECATED: Return first character of the decimal separator of the current language/country sal_Unicode GetDecSep() const; - /// Return the decimal separator of the current language/country - OUString GetDecimalSep() const; /// Return the decimal separator matching the locale of the given format OUString GetFormatDecimalSep( sal_uInt32 nFormat ) const; @@ -921,10 +912,6 @@ public: // return corresponding Transliteration wrapper const ::utl::TransliterationWrapper* GetTransliteration() const; - // return corresponding Transliteration wrapper with loadModuleByImplName() - const ::utl::TransliterationWrapper* GetTransliterationForModule( - const OUString& rModule, LanguageType eLang ) const; - // return the corresponding CharacterClassification wrapper const CharClass* GetCharClass() const; |