[Libreoffice-commits] core.git: include/svl
Caolán McNamara
caolanm at redhat.com
Fri Nov 7 01:36:42 PST 2014
include/svl/zforlist.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit ccef581c42d2c6fd30a5804657f6d23e001daa66
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Nov 7 09:35:51 2014 +0000
wrong place I guess
Change-Id: I56d18dec48ccccab637ed3d818f4dd757c6f873b
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index d2573a0..092ccd6 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<NfCurrencyEntry> 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
More information about the Libreoffice-commits
mailing list