Commit 12e183dc authored by konovalovsergey's avatar konovalovsergey

fix bug 35794

parent 383a4792
......@@ -4148,6 +4148,10 @@ function setCurrentCultureInfo(val) {
for (i = 45; i <= 49; ++i) {
res.push(AscCommonExcel.aStandartNumFormats[i]);
}
res.push(AscCommon.getCurrencyFormat(null, 0, true, false));
res.push(AscCommon.getCurrencyFormat(null, 0, false, false));
res.push(AscCommon.getCurrencyFormat(null, 2, true, false));
res.push(AscCommon.getCurrencyFormat(null, 2, false, false));
//todo add all used in workbook formats
} else {
res.push(AscCommon.g_cGeneralFormat);
......
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