Kaydet (Commit) ccef581c authored tarafından Caolán McNamara's avatar Caolán McNamara

wrong place I guess

Change-Id: I56d18dec48ccccab637ed3d818f4dd757c6f873b
üst 19bba554
...@@ -295,6 +295,9 @@ public: ...@@ -295,6 +295,9 @@ public:
sal_uInt16 nCurrFormat, bool bBank ); sal_uInt16 nCurrFormat, bool bBank );
static sal_uInt16 GetEffectiveNegativeFormat( sal_uInt16 nIntlFormat, static sal_uInt16 GetEffectiveNegativeFormat( sal_uInt16 nIntlFormat,
sal_uInt16 nCurrFormat, bool bBank ); sal_uInt16 nCurrFormat, bool bBank );
/// General Unicode Euro symbol
static inline sal_Unicode GetEuroSymbol() { return sal_Unicode(0x20AC); }
}; };
typedef boost::ptr_vector<NfCurrencyEntry> NfCurrencyTable; typedef boost::ptr_vector<NfCurrencyEntry> NfCurrencyTable;
...@@ -951,9 +954,6 @@ public: ...@@ -951,9 +954,6 @@ public:
// return the corresponding date separator // return the corresponding date separator
inline const OUString& GetDateSep() const { return aDateSep; } inline const OUString& GetDateSep() const { return aDateSep; }
/// General Unicode Euro symbol
static inline sal_Unicode GetEuroSymbol() { return sal_Unicode(0x20AC); }
}; };
inline sal_uInt32 SvNumberFormatter::GetMergeFmtIndex( sal_uInt32 nOldFmt ) const inline sal_uInt32 SvNumberFormatter::GetMergeFmtIndex( sal_uInt32 nOldFmt ) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment