diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-22 09:00:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-22 11:07:03 +0000 |
commit | 6c415f735bbf9201a18288e2ea16eacad4d635cd (patch) | |
tree | 8e4f15bb62d7082537e04b85e0f57268ec0cd428 /svl/source | |
parent | 29c38bab7a69127c69f17c9a62b35faf68deb843 (diff) |
callcatcher: update unused code
Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119
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 |