Commit 0ee46978 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix bug #30360

Пользователя на инициализации не нужно выставлять.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64695 954022d7-b5bf-4e40-9824-e11837661b57
parent 14f83ddf
......@@ -563,10 +563,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
History = new CHistory(wbModel);
g_oTableId = new CTableId();
if (this.User) {
g_oIdCounter.Set_UserId(this.User.asc_getId());
}
g_oUndoRedoCell = new UndoRedoCell(wbModel);
g_oUndoRedoWorksheet = new UndoRedoWoorksheet(wbModel);
g_oUndoRedoWorkbook = new UndoRedoWorkbook(wbModel);
......
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