From ccef581c42d2c6fd30a5804657f6d23e001daa66 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 7 Nov 2014 09:35:51 +0000 Subject: wrong place I guess Change-Id: I56d18dec48ccccab637ed3d818f4dd757c6f873b --- include/svl/zforlist.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index d2573a06b0cf..092ccd679abf 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -295,6 +295,9 @@ 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); } }; typedef boost::ptr_vector NfCurrencyTable; @@ -951,9 +954,6 @@ public: // return the corresponding date separator 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 -- cgit