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

Bug 26679 - [Autosave] Не сохраняется изменение размера диаграммы в XLSX книге

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59217 954022d7-b5bf-4e40-9824-e11837661b57
parent 3eed5010
......@@ -5833,6 +5833,7 @@
res = oBinaryChartReader.ExternalReadCT_ChartSpace(length, oNewChartSpace, this.curWorksheet);
oDrawing.graphicObject = oNewChartSpace;
oNewChartSpace.setBDeleted(false);
oNewChartSpace.setDrawingBase(oDrawing);
}
else
res = c_oSerConstants.ReadUnknown;
......
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