Commit 4bc12055 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50946 954022d7-b5bf-4e40-9824-e11837661b57
parent 8b5b260c
......@@ -3087,7 +3087,7 @@ CTable.prototype =
var CellsCount = Row.Get_CellsCount();
for ( var CurCell = 0; CurCell < CellsCount; CurCell++ )
{
var Cell = Row.Get_Cell();
var Cell = Row.Get_Cell(CurCell);
Cell.Content.Recalculate_AllTables();
}
}
......
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