Commit b7975cad authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=31027 - [Copy&Paste] Ошибки в консоли при...

http://bugzserver/show_bug.cgi?id=31027 - [Copy&Paste] Ошибки в консоли при копировании ячеек из CSE в CDE, где есть заблокированные столбцы\ряды

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66570 954022d7-b5bf-4e40-9824-e11837661b57
parent cff75fbc
......@@ -2296,8 +2296,9 @@
if(ws.aCols.length > 0 || null != ws.oAllCol)
this.bs.WriteItem(c_oSerWorksheetsTypes.Cols, function(){oThis.WriteWorksheetCols(ws);});
this.bs.WriteItem(c_oSerWorksheetsTypes.SheetViews, function(){oThis.WriteSheetViews(ws);});
if(!oThis.isCopyPaste)
this.bs.WriteItem(c_oSerWorksheetsTypes.SheetViews, function(){oThis.WriteSheetViews(ws);});
if (null !== ws.sheetPr)
this.bs.WriteItem(c_oSerWorksheetsTypes.SheetPr, function () {oThis.WriteSheetPr(ws.sheetPr);});
......
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