fpspreadsheet: Fix xlsx reader not detecting upper-case time format ('H:MM') written by LibreOffice Calc.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6588 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-08-10 15:37:28 +00:00
parent ec8ada57a7
commit 5c21f2ae11

View File

@@ -3780,7 +3780,7 @@ begin
AddElement(nftSignBracket, FToken);
'0', '#', '?', '.', ',', '-':
ScanNumber;
'y', 'Y', 'm', 'M', 'd', 'D', 'h', 'N', 'n', 's':
'y', 'Y', 'm', 'M', 'd', 'D', 'h', 'H', 'N', 'n', 's':
ScanDateTime;
'[':
ScanBrackets;