Commit 3dbd9a5f authored by konovalovsergey's avatar konovalovsergey

for 2f749e6a

parent 84a44cc0
...@@ -2415,7 +2415,7 @@ CellFormat.prototype = ...@@ -2415,7 +2415,7 @@ CellFormat.prototype =
_formatToText : function(number, nValType, dDigitsCount, bChart, cultureInfo) _formatToText : function(number, nValType, dDigitsCount, bChart, cultureInfo)
{ {
var result = ""; var result = "";
var arrFormat = this.format(number, nValType, dDigitsCount, null, bChart, cultureInfo); var arrFormat = this.format(number, nValType, dDigitsCount, bChart, cultureInfo);
for (var i = 0, item; i < arrFormat.length; ++i) { for (var i = 0, item; i < arrFormat.length; ++i) {
item = arrFormat[i]; item = arrFormat[i];
if (item.format) { if (item.format) {
......
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