diff options
author | Eike Rathke <erack@redhat.com> | 2016-07-25 16:45:32 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-25 16:47:28 +0200 |
commit | c6e7dbaaa471861dcf76186ed3978ac95f81256e (patch) | |
tree | 9f0f8a7e532a77d1b3110c85c5ad223bbfc6a839 /svl | |
parent | bcf84049c84fe62762efb3794167915b8b39ba33 (diff) |
Resolves: tdf#101096 remove the "H after M" rule
wrongly introduced with c9ed6e832213129cc579c1c309ce9dbd3593c57a
Change-Id: Ic6c9c404ad0af11eb5d638f453150ee0da60e633
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforscan.cxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx index bc436431a820..000755a761f6 100644 --- a/svl/source/numbers/zforscan.cxx +++ b/svl/source/numbers/zforscan.cxx @@ -1146,7 +1146,13 @@ sal_Int32 ImpSvNumberformatScan::ScanType() break; case NF_KEY_M: // M case NF_KEY_MM: // MM - // minute or month + /* Minute or month. + Minute if one of: + * preceded by time keyword H or S (ignoring separators) + * followed by time keyword S (ignoring separators) + * preceded by '[' amount bracket + Else month. + */ nIndexPre = PreviousKeyword(i); nIndexNex = NextKeyword(i); cChar = PreviousChar(i); @@ -1154,8 +1160,6 @@ sal_Int32 ImpSvNumberformatScan::ScanType() nIndexPre == NF_KEY_HH || // HH nIndexPre == NF_KEY_S || // S before M tdf#95339 nIndexPre == NF_KEY_SS || // SS - nIndexNex == NF_KEY_H || // H after M tdf#95339 - nIndexNex == NF_KEY_HH || // HH nIndexNex == NF_KEY_S || // S nIndexNex == NF_KEY_SS || // SS cChar == '[' ) // [M |