Commit ed66cb8e authored by Sergey Luzyanin's avatar Sergey Luzyanin

Merge branch 'release/4.0.1' into develop

parents 5fe30e2d f55cb7c0
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.0-blue.svg?style=flat) [![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.1-blue.svg?style=flat)
## Sdkjs ## Sdkjs
......
...@@ -2980,7 +2980,7 @@ function CBinaryFileWriter() ...@@ -2980,7 +2980,7 @@ function CBinaryFileWriter()
nvGraphicFramePr.objectType = grObj.getObjectType(); nvGraphicFramePr.objectType = grObj.getObjectType();
oThis.WriteRecord1(0, nvGraphicFramePr, oThis.WriteUniNvPr); oThis.WriteRecord1(0, nvGraphicFramePr, oThis.WriteUniNvPr);
if (grObj.spPr.xfrm && grObj.spPr.xfrm.isNotNull()) if (grObj.spPr && grObj.spPr.xfrm && grObj.spPr.xfrm.isNotNull())
oThis.WriteRecord2(1, grObj.spPr.xfrm, oThis.WriteXfrm); oThis.WriteRecord2(1, grObj.spPr.xfrm, oThis.WriteXfrm);
oThis.WriteRecord2(3, grObj, oThis.WriteChart2); oThis.WriteRecord2(3, grObj, oThis.WriteChart2);
......
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