From 19bba5545358421d8b86d8978261059c9426678e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 7 Nov 2014 09:29:34 +0000 Subject: still need one of the variants Change-Id: I4639fb32c1dfc115bc33ce071fc3440138605362 --- include/svl/zforlist.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 2ce4730d1ae9..d2573a06b0cf 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -952,6 +952,8 @@ 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