Commit 138960a5 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52150 954022d7-b5bf-4e40-9824-e11837661b57
parent 0addb6ca
......@@ -4506,7 +4506,11 @@ function BinaryPPTYLoader()
}
case 5:
{
var _ret = this.ReadGrFrame();
var _ret = null;
if ("undefined" != typeof(CGraphicFrame))
_ret = this.ReadGrFrame();
else
_ret = this.ReadChartDataInGroup(shape);
if (null != _ret)
{
shape.addToSpTree(shape.spTree.length, _ret);
......
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