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

правка ошибки сборки файла

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59467 954022d7-b5bf-4e40-9824-e11837661b57
parent 38a40703
...@@ -996,7 +996,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -996,7 +996,7 @@ var gUndoInsDelCellsFlag = true;
result[n].y = ws.rows[allFil.r1].top; result[n].y = ws.rows[allFil.r1].top;
result[n].width = ws.cols[col].width; result[n].width = ws.cols[col].width;
result[n].height = ws.rows[startCol].height; result[n].height = ws.rows[allFil.r1].height;
result[n].id = cellId; result[n].id = cellId;
result[n].idNext = idCellNext.getID(); result[n].idNext = idCellNext.getID();
result[n].showButton = this._isShowButton(aWs.AutoFilter, col - startCol); result[n].showButton = this._isShowButton(aWs.AutoFilter, col - startCol);
......
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