asc_getNumFormatType -> asc_getNumFormatInfo

This commit is contained in:
Alexander.Trofimov 2017-01-19 15:03:32 +03:00
parent 8319542564
commit c41562925d

View file

@ -1941,7 +1941,7 @@ define([
toolbar.lockToolbar(SSE.enumLock.multiselect, this._state.multiselect, { array: [toolbar.btnTableTemplate, toolbar.btnInsertHyperlink]});
}
val = info.asc_getNumFormatType();
val = info.asc_getNumFormatInfo().asc_getType();
this._state.numformat = info.asc_getNumFormat();
if (this._state.numformattype !== val) {
toolbar.cmbNumberFormat.setValue(val, toolbar.txtCustom);