Commit 1caa8bd6 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Set current cell value for format example.

parent 56fbd1e0
......@@ -895,7 +895,7 @@ define([
var me = this,
info = me.api.asc_getCellInfo();
me.toolbar.numFormatData.forEach( function(item, index) {
item.exampleval = me.api.asc_getLocaleExample2(item.format, info.asc_getText(), me._state.langId);
item.exampleval = me.api.asc_getLocaleExample2(item.format, null, me._state.langId);
});
me.toolbar.cmbNumberFormat.setData(me.toolbar.numFormatData);
me.toolbar.cmbNumberFormat.setValue(me._state.numformattype, me.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