Commit 8c7b068e 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@51410 954022d7-b5bf-4e40-9824-e11837661b57
parent db0c1eb7
......@@ -60,7 +60,6 @@ var recalcresult_NextPage = 0x03; // Пересчитываем следую
var recalcresult2_End = 0x00; // Документ рассчитан до конца
var recalcresult2_NextPage = 0x01; // Рассчет нужно продолжить
var History = null;
var StartTime;
function Document_Recalculate_Page()
......@@ -327,8 +326,10 @@ CDocumentRecalcInfo.prototype =
function CDocument(DrawingDocument)
{
// Создаем глобальные объекты, необходимые для совместного редактирования
this.History = History;
History.Document = this;
// Создаем глобальные объекты, необходимые для совместного редактирования
this.IdCounter = g_oIdCounter;
this.TableId = g_oTableId;
this.CollaborativeEditing = CollaborativeEditing;
......
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