Commit 501ab247 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

индекс

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63393 954022d7-b5bf-4e40-9824-e11837661b57
parent 02d9dd54
......@@ -3715,7 +3715,7 @@ parserFormula.prototype = {
else if ( ref instanceof cArea3D ) {
var wsR = ref.wsRange();
for ( var j = 0; j < wsR.length; j++ )
aOutRef.push( {wsId:wsR[a].Id, cell:ref._cells} );
aOutRef.push( {wsId:wsR[j].Id, cell:ref._cells} );
}
}
return aOutRef;
......
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