Commit ea4f6314 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@54866 954022d7-b5bf-4e40-9824-e11837661b57
parent 6258e9f5
......@@ -423,13 +423,16 @@ function CBinaryFileWriter()
this.WriteULong(0);
// App
this.WriteApp(presentation.App);
if (presentation.App)
this.WriteApp(presentation.App);
// Core
this.WriteCore(presentation.Core);
if (presentation.Core)
this.WriteCore(presentation.Core);
// ViewProps
this.WriteViewProps(presentation.ViewProps);
if (presentation.ViewProps)
this.WriteViewProps(presentation.ViewProps);
// presentation
this.WritePresentation(presentation);
......
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