svl/source/numbers/zforscan.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2460e7637f635727f4596f3e3d799eed434df082
Author: Laurent BP <laurent.balland-poir...@laposte.net>
Date:   Sun Oct 22 09:33:12 2017 +0200

    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 <c...@libreoffice.org>
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to