Commit 975680e7 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@51513 954022d7-b5bf-4e40-9824-e11837661b57
parent f300f350
......@@ -477,7 +477,11 @@ function BinaryPPTYLoader()
var _sm_count = s.GetULong();
for (var i = 0; i < _sm_count; i++)
{
this.presentation.slideMasters[i] = this.ReadSlideMaster();
this.presentation.slideMasters[i].Width = this.presentation.Width;
this.presentation.slideMasters[i].Height = this.presentation.Height;
}
}
if (undefined != _main_tables["23"])
......
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