diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-07 09:29:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-07 09:30:02 +0000 |
commit | 19bba5545358421d8b86d8978261059c9426678e (patch) | |
tree | 6e00315372385e2245dc5244c6b6a6e84d30c5e0 /include/svl | |
parent | 29cbbad64088354425c606f9eb6c267bdf7731dc (diff) |
still need one of the variants
Change-Id: I4639fb32c1dfc115bc33ce071fc3440138605362
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/zforlist.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |