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.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index a18354fdf3b6..50e7ea3ca498 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -231,9 +231,6 @@ public:
NfCurrencyEntry( const css::i18n::Currency & rCurr,
const LocaleDataWrapper& rLocaleData,
LanguageType eLang );
- inline NfCurrencyEntry(const OUString& rSymbol, const OUString& rBankSymbol,
- LanguageType eLang, sal_uInt16 nPositiveFmt,
- sal_uInt16 nNegativeFmt, sal_uInt16 nDig, sal_Unicode cZero);
~NfCurrencyEntry() {}
/// Symbols and language identical
@@ -282,19 +279,6 @@ public:
static inline sal_Unicode GetEuroSymbol() { return sal_Unicode(0x20AC); }
};
-/**
- * Necessary for ptr_vector on Windows. Please don't remove these, or at
- * least check it on Windows before attempting to remove them.
- */
-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)
-{
-}
-
typedef std::vector< OUString > NfWSStringsDtor;
class SvNumberFormatterRegistry_Impl;