Commit 5be1d315 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Через бинарник копировался лишний символ.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49664 954022d7-b5bf-4e40-9824-e11837661b57
parent 47734c82
......@@ -2151,7 +2151,7 @@ function BinaryDocumentTableWriter(memory, doc, oMapCommentId, oNumIdMap)
break;
}
}
for ( var i = ParaStart; i <= ParaEnd; ++i )
for ( var i = ParaStart; i < ParaEnd; ++i )
{
var item = Content[i];
//если параграф копируется не сначала, то вычисляем текстовые настройки
......
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