diff options
author | Eike Rathke <erack@redhat.com> | 2017-10-27 15:07:00 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-10-27 18:29:44 +0200 |
commit | 21052ba2edeef9e16bf90fea62f007b1131c73c0 (patch) | |
tree | a147891b7d5ac1c5ccc1cbb6f39f6ccb6c04a243 /i18npool/inc | |
parent | 922a94f376d90c72315f86f2604924c142fca5be (diff) |
Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671
Change-Id: I0469027951e68d3c08f40c236db3865edbdaa3e0
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/cclass_unicode.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/inc/cclass_unicode.hxx b/i18npool/inc/cclass_unicode.hxx index d276347fa78c..b3390de4b6f1 100644 --- a/i18npool/inc/cclass_unicode.hxx +++ b/i18npool/inc/cclass_unicode.hxx @@ -138,6 +138,7 @@ private: ScanState eState; sal_Unicode cGroupSep; sal_Unicode cDecimalSep; + sal_Unicode cDecimalSepAlt; /// Get corresponding KParseTokens flag for a character static sal_Int32 getParseTokensType(sal_uInt32 c, bool isFirst); |