diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2017-10-22 09:33:12 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-22 15:01:05 +0200 |
commit | 2460e7637f635727f4596f3e3d799eed434df082 (patch) | |
tree | c7432629597c525efce17308156d899978d17348 /svl | |
parent | 93947341acb91c7ad508d1de72f5705f730d8e93 (diff) |
Resolution of tdf#33689 Update comment
All keywords must be uppercase. Excel Thai modifier is the only one lowercase
Change-Id: I28d3df4592bc1ff0845892c8f37b083256d63f4b
Reviewed-on: https://gerrit.libreoffice.org/43686
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforscan.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx index 2dcde18fe2b2..a3cdd1edc2ef 100644 --- a/svl/source/numbers/zforscan.cxx +++ b/svl/source/numbers/zforscan.cxx @@ -99,8 +99,8 @@ const ::std::vector<OUString> sEnglishKeyword = "GGG", // NF_KEY_GGG "R", // NF_KEY_R "RR", // NF_KEY_RR - "t" // NF_KEY_THAI_T Thai T modifier, speciality of Thai Excel, only used with Thai locale and converted to [NatNum1] -}; + "t" // NF_KEY_THAI_T Thai T modifier, speciality of Thai Excel, only used with Thai locale and converted to [NatNum1] +}; // only exception as lowercase } ImpSvNumberformatScan::ImpSvNumberformatScan( SvNumberFormatter* pFormatterP ) |