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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49731 954022d7-b5bf-4e40-9824-e11837661b57
parent 287939c1
......@@ -5361,6 +5361,8 @@ function BinaryPPTYLoader()
case 17:
{
bodyPr.vert = s.GetUChar();
if(bodyPr.vert === nVertTTwordArtVert)
bodyPr.vert = nVertTTvert270;
break;
}
case 18:
......@@ -6118,6 +6120,8 @@ function BinaryPPTYLoader()
{
var unifill = new CUniFill();
unifill.fill = new CSolidFill();
if(!unifill.fill.color)
unifill.fill.color = new CUniColor();
unifill.fill.color.color = new CSchemeColor();
unifill.fill.color.color.id = 11;
......
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