Commit 3c70c3fc authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 20408 - [Copy&Paste] Не копируется форматирование текста после удаления оригинала.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49991 954022d7-b5bf-4e40-9824-e11837661b57
parent d0021d85
......@@ -2156,9 +2156,9 @@ function BinaryDocumentTableWriter(memory, doc, oMapCommentId, oNumIdMap)
for ( var j = ParaStart - 1; j >= 0; --j )
{
var oCurElem = Content[j];
if(para_TextPr != oCurElem.Type)
if(para_TextPr == oCurElem.Type)
{
this.oCur_rPr = oCurElem;
this.oCur_rPr = oCurElem.Value;
break;
}
}
......
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