Commit ad7e0d62 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Убрал c_oAscAsyncAction.Recalc

Убрал startActionOn

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67489 954022d7-b5bf-4e40-9824-e11837661b57
parent 6b071da2
......@@ -49,7 +49,7 @@ var c_oAscAsyncAction = {
UploadImage : 8, // загрузка картинки
ApplyChanges : 9, // применение изменений от другого пользователя.
Recalc : 10, // пересчет формул
SlowOperation : 11, // медленная операция
LoadTheme : 12, // загрузка темы
MailMergeLoadFile : 13, // загрузка файла для mail merge
......
......@@ -1359,14 +1359,6 @@ var editor;
this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None;
//this.asc_Resize(); // Убрал, т.к. сверху приходит resize (http://bugzserver/show_bug.cgi?id=14680)
if (this.wbModel.startActionOn == false) {
this.wbModel.startActionOn = true;
} else {
var t = this;
setTimeout(function() {
t.sync_StartAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.Recalc)
}, 500);
}
};
// Переход на диапазон в листе
......
......@@ -1924,7 +1924,6 @@ function Workbook(eventsHandlers, oApi){
this.aWorksheetsById = {};
this.cwf = {};
this.isNeedCacheClean = true;
this.startActionOn = false;
this.aCollaborativeActions = [];
this.bCollaborativeChanges = false;
this.bUndoChanges = false;
......
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