Commit 855dfd2c authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 34982

parent 3f1cafd7
......@@ -1362,7 +1362,7 @@ function BinaryPPTYLoader()
case 1:
{
var _Unicolor = this.ReadUniColor();
if(_Unicolor.color)
if(_Unicolor && _Unicolor.color)
{
_part.TextPr.Unifill = new AscFormat.CUniFill();
_part.TextPr.Unifill.fill = new AscFormat.CSolidFill();
......
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