summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-07 09:29:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-07 09:30:02 +0000
commit19bba5545358421d8b86d8978261059c9426678e (patch)
tree6e00315372385e2245dc5244c6b6a6e84d30c5e0
parent29cbbad64088354425c606f9eb6c267bdf7731dc (diff)
still need one of the variants
Change-Id: I4639fb32c1dfc115bc33ce071fc3440138605362
-rw-r--r--include/svl/zforlist.hxx2
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