Commit 75bfc44c authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

падение при copy/paste из таблиц в документы

parent 6ff0a861
...@@ -3129,7 +3129,7 @@ function Woorksheet(wb, _index, sId){ ...@@ -3129,7 +3129,7 @@ function Woorksheet(wb, _index, sId){
this.sheetPr = null; this.sheetPr = null;
this.aFormulaExt = null; this.aFormulaExt = null;
this.autoFilters = new asc.AutoFilters(this); this.autoFilters = asc.AutoFilters !== undefined ? new asc.AutoFilters(this) : null;
this.oDrawingOjectsManager = new DrawingObjectsManager(this); this.oDrawingOjectsManager = new DrawingObjectsManager(this);
this.contentChanges = new CContentChanges(); this.contentChanges = new CContentChanges();
......
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