Commit d5525aaa authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48938 954022d7-b5bf-4e40-9824-e11837661b57
parent c57827b1
...@@ -3993,6 +3993,10 @@ function CSpPr() ...@@ -3993,6 +3993,10 @@ function CSpPr()
var boolBWMode = Reader.GetBool(); var boolBWMode = Reader.GetBool();
this.bwMode = boolBWMode ? 1 : 0; this.bwMode = boolBWMode ? 1 : 0;
if(!this.xfrm)
{
this.xfrm = new CXfrm();
}
this.xfrm.Read_FromBinary2(Reader); this.xfrm.Read_FromBinary2(Reader);
var flag = Reader.GetBool(); var flag = Reader.GetBool();
if(flag) if(flag)
......
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