summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-07 09:17:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-07 09:23:04 +0000
commit8b8b0dfa1ce9015f0514feaa64234831972a5f1d (patch)
treea36b98194b2682ac5c94695b9df1fca25c917664 /include/svl
parent8923bf821cab049e8f82380450b2440d5e146c7c (diff)
callcatcher: number format serialization cleanup fallout
Change-Id: Ib5b5f653b027bfe5c05c0db417a2aa713309d9a5
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/zforlist.hxx10
-rw-r--r--include/svl/zformat.hxx6
2 files changed, 0 insertions, 16 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index bd3c0deb3062..2ce4730d1ae9 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -295,12 +295,6 @@ public:
sal_uInt16 nCurrFormat, bool bBank );
static sal_uInt16 GetEffectiveNegativeFormat( sal_uInt16 nIntlFormat,
sal_uInt16 nCurrFormat, bool bBank );
-
- /// General Unicode Euro symbol
- static inline sal_Unicode GetEuroSymbol() { return sal_Unicode(0x20AC); }
- /** Platform and CharSet dependent Euro symbol,
- needed for import/export */
- static sal_Char GetEuroSymbol( rtl_TextEncoding eTextEncoding );
};
typedef boost::ptr_vector<NfCurrencyEntry> NfCurrencyTable;
@@ -809,10 +803,6 @@ private:
// called by ctors
SVL_DLLPRIVATE void ImpConstruct( LanguageType eLang );
- // Changes initialized language/country, clears the entries and generates
- // new ones, may ONLY be called by the binary file format load
- SVL_DLLPRIVATE void ImpChangeSysCL( LanguageType eLnge, bool bNoAdditionalFormats );
-
// Generate builtin formats provided by i18n behind CLOffset,
// if bNoAdditionalFormats==false also generate additional i18n formats.
SVL_DLLPRIVATE void ImpGenerateFormats( sal_uInt32 CLOffset, bool bNoAdditionalFormats );
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index b488647c7bfb..00b1aa6f3fec 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -163,9 +163,6 @@ class SVL_DLLPUBLIC SvNumberformat
};
public:
- // Ctor for Load
- SvNumberformat( ImpSvNumberformatScan& rSc, LanguageType eLge );
-
// Normal ctor
SvNumberformat( OUString& rString,
ImpSvNumberformatScan* pSc,
@@ -313,9 +310,6 @@ public:
// Whether a new SYMBOLTYPE_CURRENCY is contained in the format
bool HasNewCurrency() const;
- // Build string from NewCurrency for saving it SO50 compatible
- void Build50Formatstring( OUString& rStr ) const;
-
// strip [$-yyy] from all [$xxx-yyy] leaving only xxx's,
// if bQuoteSymbol==true the xxx will become "xxx"
static OUString StripNewCurrencyDelimiters( const OUString& rStr,