Commit 853d2885 authored by konovalovsergey's avatar konovalovsergey

fix bug 33143

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