Commit 2f7eb29a authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 21480 - ODS ошибка в консоли при открытии таблицы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50871 954022d7-b5bf-4e40-9824-e11837661b57
parent 1dee4e04
......@@ -2460,6 +2460,8 @@ Woorksheet.prototype.initPostOpen = function(){
chart.range.intervalObject = ws.getRange2(oRefParsed.range);
}
}
if(null == chart.range.intervalObject)
this.Drawings.splice(i, 1);
}
}
}
......
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