Commit 2ba532bb 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@54851 954022d7-b5bf-4e40-9824-e11837661b57
parent aaa5c6f3
......@@ -611,7 +611,7 @@ function CCollaborativeEditing()
// Генерируем свои изменения
var PointsCount = 0;
if ( true === m_bUse )
if ( true === this.m_bUse )
{
// (ненужные точки предварительно удаляем)
History.Clear_Redo();
......@@ -656,7 +656,7 @@ function CCollaborativeEditing()
editor.CoAuthoringApi.saveChanges(aChanges);
// Чистим Undo/Redo только во время совместного редактирования
if ( true === m_bUse )
if ( true === this.m_bUse )
History.Clear();
editor.WordControl.m_oLogicDocument.Document_UpdateInterfaceState();
......
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