diff options
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 0a3de627d58d..2a3ed223a032 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -3829,14 +3829,6 @@ NfCurrencyEntry::NfCurrencyEntry( const ::com::sun::star::i18n::Currency & rCurr cZeroChar = rLocaleData.getCurrZeroChar(); } -NfCurrencyEntry::NfCurrencyEntry( - const OUString& rSymbol, const OUString& rBankSymbol, LanguageType eLang, - sal_uInt16 nPositiveFmt, sal_uInt16 nNegativeFmt, sal_uInt16 nDig, - sal_Unicode cZero ) : - aSymbol(rSymbol), aBankSymbol(rBankSymbol), eLanguage(eLang), - nPositiveFormat(nPositiveFmt), nNegativeFormat(nNegativeFmt), - nDigits(nDig), cZeroChar(cZero) {} - bool NfCurrencyEntry::operator==( const NfCurrencyEntry& r ) const { return aSymbol == r.aSymbol |