Commit be36a231 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с неправильной передачей изменений текстовых настроек в режиме рецензирования.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66432 954022d7-b5bf-4e40-9824-e11837661b57
parent 9369ccfd
......@@ -14894,7 +14894,7 @@ CParagraphRevisionsChangesChecker.prototype.Flush_TextPrChange = function()
{
var Change = new CRevisionsChange();
Change.put_Type(c_oAscRevisionsChangeType.TextPr);
Change.put_Value(TextPr.Pr.Get_DiffPrChange());
Change.put_Value(TextPr.Pr);
Change.put_Paragraph(this.Paragraph);
Change.put_StartPos(TextPr.StartPos);
Change.put_EndPos(TextPr.EndPos);
......
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