Commit beaabb0d authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

поправлен баг с некорректной вставкой нескольких параграфов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51209 954022d7-b5bf-4e40-9824-e11837661b57
parent b46fbacd
......@@ -3078,6 +3078,12 @@ PasteProcessor.prototype =
oDoc.CurPos.ContentPos = LastPosCurDoc;
}
}
var content = oDoc.Content;
for(var i = 0; i < content.length; ++i)
{
content[i].RecalcInfo.Set_Type_0(pararecalc_0_All);
}
},
ReadFromBinary : function(sBase64)
{
......
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