Commit cf5b2946 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] FormatSettingsDialog: use current regional settings for applying custom formats.

parent 681d032a
......@@ -264,7 +264,7 @@ define([
},
getSettings: function () {
return {format: ''};
return {format: this.Format};
},
onDlgBtnClick: function(event) {
......@@ -424,6 +424,7 @@ define([
} else {
var info = new Asc.asc_CFormatCellsInfo();
info.asc_setType(Asc.c_oAscNumFormatType.None);
info.asc_setSymbol(this.langId);
var formatsarr = this.api.asc_getFormatCells(info),
data = [];
......
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