Commit 4c636996 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32409

parent f350c5f9
......@@ -1279,7 +1279,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