summaryrefslogtreecommitdiff
path: root/include/svl/zforlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/zforlist.hxx')
-rw-r--r--include/svl/zforlist.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 7e73dc86a009..c1b79e0ddf58 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -236,8 +236,6 @@ public:
sal_uInt16 nNegativeFmt, sal_uInt16 nDig, sal_Unicode cZero);
~NfCurrencyEntry() {}
- inline NfCurrencyEntry* Clone() const;
-
/// Symbols and language identical
bool operator==( const NfCurrencyEntry& r ) const;
@@ -297,17 +295,6 @@ NfCurrencyEntry::NfCurrencyEntry(const OUString& rSymbol, const OUString& rBankS
{
}
-NfCurrencyEntry* NfCurrencyEntry::Clone() const
-{
- return new NfCurrencyEntry(
- aSymbol, aBankSymbol, eLanguage, nPositiveFormat, nNegativeFormat, nDigits, cZeroChar);
-}
-
-inline NfCurrencyEntry* new_clone( const NfCurrencyEntry& r )
-{
- return r.Clone();
-}
-
typedef std::vector< OUString > NfWSStringsDtor;
class SvNumberFormatterRegistry_Impl;