Commit 6cfb7e14 authored by Alexander.Trofimov's avatar Alexander.Trofimov

set type Asc.c_oAscNumFormatType.General

parent db6d1f67
...@@ -2132,8 +2132,9 @@ ...@@ -2132,8 +2132,9 @@
}; };
var g_oCacheMeasureEmpty = new CCacheMeasureEmpty(); var g_oCacheMeasureEmpty = new CCacheMeasureEmpty();
/** @constructor */
function asc_CFormatCellsInfo() { function asc_CFormatCellsInfo() {
this.type = 1; this.type = Asc.c_oAscNumFormatType.General;
this.decimalPlaces = 2; this.decimalPlaces = 2;
this.separator = false; this.separator = false;
this.symbol = false; this.symbol = false;
......
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