summaryrefslogtreecommitdiff
path: root/svtools/source/control/fmtfield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/fmtfield.cxx')
-rw-r--r--svtools/source/control/fmtfield.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx
index bc6bd449ae1e..d65175dc1a64 100644
--- a/svtools/source/control/fmtfield.cxx
+++ b/svtools/source/control/fmtfield.cxx
@@ -1252,8 +1252,8 @@ void DoubleCurrencyField::UpdateCurrencyFormat()
/* Strangely with gcc 4.6.3 this needs a temporary LanguageTag, otherwise
* there's
- * error: request for member ‘getNumThousandSep’ in ‘aLocaleInfo’, which is
- * of non-class type ‘LocaleDataWrapper(LanguageTag)’ */
+ * error: request for member 'getNumThousandSep' in 'aLocaleInfo', which is
+ * of non-class type 'LocaleDataWrapper(LanguageTag)' */
LanguageTag aLanguageTag( eLanguage);
LocaleDataWrapper aLocaleInfo( aLanguageTag );