Commit 77e57c7b authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

needRecalc2 -> needRecalc

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53693 954022d7-b5bf-4e40-9824-e11837661b57
parent 9b1175d4
...@@ -2982,8 +2982,8 @@ UndoRedoWoorksheet.prototype = { ...@@ -2982,8 +2982,8 @@ UndoRedoWoorksheet.prototype = {
ws.workbook.dependencyFormulas.deleteMasterNodes(ws.getId(), cell.getName()); ws.workbook.dependencyFormulas.deleteMasterNodes(ws.getId(), cell.getName());
cell.setFormula(sFormula); cell.setFormula(sFormula);
addToArrRecalc(ws.workbook, ws.getId(), cell.getName()); addToArrRecalc(ws.workbook, ws.getId(), cell.getName());
ws.workbook.needRecalc2.nodes[ getVertexId(ws.getId(),cell.getName()) ] = [ ws.getId(),cell.getName() ]; ws.workbook.needRecalc.nodes[ getVertexId(ws.getId(),cell.getName()) ] = [ ws.getId(),cell.getName() ];
ws.workbook.needRecalc2.nodesLength++; ws.workbook.needRecalc.length++;
} }
} }
else if(historyitem_Worksheet_ColProp == Type) else if(historyitem_Worksheet_ColProp == Type)
......
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