Commit 0e2f02f9 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

ошибка в Revision: 59989

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60018 954022d7-b5bf-4e40-9824-e11837661b57
parent 4d90d704
......@@ -7302,7 +7302,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
var oThis = this;
if ( c_oSerParType.Par === type )
{
if(null != this.openParams)
if(null != this.openParams && true == this.openParams.checkFileSize)
{
this.openParams.parCount += 1;
if(this.openParams.parCount >= g_nErrorParagraphCount)
......
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