Commit 623e50d8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32409

parent 62201310
No related merge requests found
......@@ -1255,7 +1255,7 @@
asc_setShowGridLines: function (val) { this.showGridLines = val; },
asc_setShowRowColHeaders: function (val) { this.showRowColHeaders = val; },
getType : function () {
return UndoRedoDataTypes.SheetViewSettings;
return AscCommonExcel.UndoRedoDataTypes.SheetViewSettings;
},
getProperties : function () {
return this.Properties;
......
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