Commit b60ba079 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50623 954022d7-b5bf-4e40-9824-e11837661b57
parent 60c98940
...@@ -759,6 +759,8 @@ function CBinaryFileWriter() ...@@ -759,6 +759,8 @@ function CBinaryFileWriter()
this.WriteUChar(g_nodeAttributeEnd); this.WriteUChar(g_nodeAttributeEnd);
this.EndRecord(); this.EndRecord();
if (!this.IsUseFullUrl)
{
var _countAuthors = 0; var _countAuthors = 0;
for (var i in presentation.CommentAuthors) for (var i in presentation.CommentAuthors)
++_countAuthors; ++_countAuthors;
...@@ -792,6 +794,7 @@ function CBinaryFileWriter() ...@@ -792,6 +794,7 @@ function CBinaryFileWriter()
this.EndRecord(); this.EndRecord();
this.EndRecord(); this.EndRecord();
} }
}
this.EndRecord(); this.EndRecord();
} }
...@@ -865,8 +868,12 @@ function CBinaryFileWriter() ...@@ -865,8 +868,12 @@ function CBinaryFileWriter()
this.WriteRecord1(2, _slide.timing, this.WriteSlideTransition); this.WriteRecord1(2, _slide.timing, this.WriteSlideTransition);
var _countComments = 0; var _countComments = 0;
if (!this.IsUseFullUrl)
{
for (var i in _slide.writecomments) for (var i in _slide.writecomments)
++_countComments; ++_countComments;
}
if (_countComments > 0) if (_countComments > 0)
{ {
......
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