Commit c4156292 authored by Alexander.Trofimov's avatar Alexander.Trofimov

asc_getNumFormatType -> asc_getNumFormatInfo

parent 83195425
...@@ -1941,7 +1941,7 @@ define([ ...@@ -1941,7 +1941,7 @@ define([
toolbar.lockToolbar(SSE.enumLock.multiselect, this._state.multiselect, { array: [toolbar.btnTableTemplate, toolbar.btnInsertHyperlink]}); 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(); this._state.numformat = info.asc_getNumFormat();
if (this._state.numformattype !== val) { if (this._state.numformattype !== val) {
toolbar.cmbNumberFormat.setValue(val, toolbar.txtCustom); toolbar.cmbNumberFormat.setValue(val, toolbar.txtCustom);
......
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