Commit 72e60839 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

oNewWs -> this

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53254 954022d7-b5bf-4e40-9824-e11837661b57
parent be0fcd40
......@@ -2355,7 +2355,7 @@ Woorksheet.prototype.clone=function(sNewId, bFromRedo){
oNewWs.index = this.index;
oNewWs.nRowsCount = this.nRowsCount;
oNewWs.nColsCount = this.nColsCount;
for (i = 0; i < oNewWs.TableParts.length; ++i)
for (i = 0; i < this.TableParts.length; ++i)
oNewWs.TableParts.push(this.TableParts[i].clone());
if(this.AutoFilter)
oNewWs.AutoFilter = this.AutoFilter.clone();
......
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