[Libreoffice-commits] core.git: include/svl
Caolán McNamara
caolanm at redhat.com
Fri Nov 7 01:30:29 PST 2014
include/svl/zforlist.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 19bba5545358421d8b86d8978261059c9426678e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Nov 7 09:29:34 2014 +0000
still need one of the variants
Change-Id: I4639fb32c1dfc115bc33ce071fc3440138605362
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 2ce4730..d2573a0 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
More information about the Libreoffice-commits
mailing list