summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-07 09:35:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-07 09:35:51 +0000
commitccef581c42d2c6fd30a5804657f6d23e001daa66 (patch)
tree0091c48f70dce129577baeac3c9a63301f97ab48
parent19bba5545358421d8b86d8978261059c9426678e (diff)
wrong place I guess
Change-Id: I56d18dec48ccccab637ed3d818f4dd757c6f873b
-rw-r--r--include/svl/zforlist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index d2573a06b0cf..092ccd679abf 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