Commit e8c89fe7 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 30152 - Ошибка в консоли при изменении диапазона данных диаграммы в XLSX книге

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64293 954022d7-b5bf-4e40-9824-e11837661b57
parent 5659b966
......@@ -2197,7 +2197,7 @@ CChartSpace.prototype =
this.recalcInfo.recalculateBBox = false;
}
var oRet = null;
if(this.bbox.seriesBBox && isRealBool(this.bbox.seriesBBox.bVert))
if(this.bbox && this.bbox.seriesBBox && isRealBool(this.bbox.seriesBBox.bVert))
{
oRet = {r1: this.bbox.seriesBBox.r1, r2: this.bbox.seriesBBox.r2, c1: this.bbox.seriesBBox.c1, c2: this.bbox.seriesBBox.c2};
if(this.bbox.seriesBBox.bVert)
......
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