summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2019-08-20 19:42:39 +0200
committerEike Rathke <erack@redhat.com>2019-08-20 20:37:51 +0200
commit152c4fcbf1aa5b7454834581927056cfc9d1d7e5 (patch)
treece97c4282ae3c187cda55c060e2f157216d9ecec /include/svl
parent89ea9340aca77a87ef10785a734201d2f400a933 (diff)
Resolves: tdf#122110 convert condition decimal separator to target locale
Otherwise re-scanning the format code in the target locale failed. Change-Id: Ia4face1b5630c197f68b1f521e62b163550301e6 Reviewed-on: https://gerrit.libreoffice.org/77852 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/zforlist.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 2d52ce4322b5..adbde81c9315 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -719,6 +719,9 @@ public:
/// Return the decimal separator matching the locale of the given format
OUString GetFormatDecimalSep( sal_uInt32 nFormat ) const;
+ /// Return the decimal separator matching the given locale / LanguageType.
+ OUString GetLangDecimalSep( LanguageType nLang ) const;
+
/// Return a NfCurrencyTable with pointers to <type>NfCurrencyEntry</type> entries
static const NfCurrencyTable& GetTheCurrencyTable();