Commit 5da73829 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@50075 954022d7-b5bf-4e40-9824-e11837661b57
parent d2c194f8
...@@ -994,7 +994,7 @@ function CCollaborativeEditing() ...@@ -994,7 +994,7 @@ function CCollaborativeEditing()
} }
var CollaborativeEditing = null; var CollaborativeEditing = new CCollaborativeEditing();
var changestype_None = 0; // Ничего не происходит с выделенным элементом (проверка идет через дополнительный параметр) var changestype_None = 0; // Ничего не происходит с выделенным элементом (проверка идет через дополнительный параметр)
var changestype_Paragraph_Content = 1; // Добавление/удаление элементов в параграф var changestype_Paragraph_Content = 1; // Добавление/удаление элементов в параграф
......
...@@ -328,8 +328,7 @@ function CDocument(DrawingDocument) ...@@ -328,8 +328,7 @@ function CDocument(DrawingDocument)
this.TableId = new CTableId(); this.TableId = new CTableId();
g_oTableId = this.TableId; g_oTableId = this.TableId;
this.CollaborativeEditing = new CCollaborativeEditing(); this.CollaborativeEditing = CollaborativeEditing;
CollaborativeEditing = this.CollaborativeEditing;
//------------------------------------------------------------------------ //------------------------------------------------------------------------
this.Id = g_oIdCounter.Get_NewId(); this.Id = g_oIdCounter.Get_NewId();
......
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