Commit a4d06356 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

для Bug 26275 - При вводе числа, разделенного точкой или запятой, формат...

для Bug 26275 - При вводе числа, разделенного точкой или запятой, формат ячейки преобразуется в Дату/Номер

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58072 954022d7-b5bf-4e40-9824-e11837661b57
parent 31c2290b
......@@ -2964,8 +2964,6 @@ FormatParser.prototype =
nGroupSizeIndex++;
nGroupSize = cultureInfo.NumberGroupSizes[nGroupSizeIndex];
}
else
nGroupSize = 1;
nPrevIndex = nIndex + 1;
}
if (!bError) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment