Commit 258e4644 authored by Sergey.Konovalov's avatar Sergey.Konovalov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49759 954022d7-b5bf-4e40-9824-e11837661b57
parent 06b76bf0
......@@ -3201,7 +3201,7 @@ Woorksheet.prototype._removeCell=function(nRow, nCol, cell){
arrRecalc[this.getId()] = {};
}
arrRecalc[this.getId()][cell.getName()] = cell.getName();
if( ws.workbook.dependencyFormulas.getNode(this.ws.getId(),this.getName()) && !this.workbook.needRecalc[ getVertexId(this.getId(),cell.getName()) ] ){
if( this.workbook.dependencyFormulas.getNode(this.getId(),this.getName()) && !this.workbook.needRecalc[ getVertexId(this.getId(),cell.getName()) ] ){
this.workbook.needRecalc[ getVertexId(this.getId(),cell.getName()) ] = [ this.getId(),cell.getName() ];
if( this.workbook.needRecalc.length < 0) this.workbook.needRecalc.length = 0;
this.workbook.needRecalc.length++;
......
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