Commit 853d2885 authored by konovalovsergey's avatar konovalovsergey

fix bug 33143

parent 98b7bb58
...@@ -2016,6 +2016,7 @@ NumFormat.prototype = ...@@ -2016,6 +2016,7 @@ NumFormat.prototype =
nType = c_oAscNumFormatType.Number; nType = c_oAscNumFormatType.Number;
else if(this.bInteger) else if(this.bInteger)
nType = c_oAscNumFormatType.Integer; nType = c_oAscNumFormatType.Integer;
return nType;
}, },
isGeneral: function() { isGeneral: function() {
return 1 == this.aRawFormat.length && numFormat_General == this.aRawFormat[0].type; return 1 == this.aRawFormat.length && numFormat_General == this.aRawFormat[0].type;
......
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