Commit 7ae8575d authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add activeSheet для asc_deleteWorksheet

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53615 954022d7-b5bf-4e40-9824-e11837661b57
parent 72b17027
......@@ -2103,8 +2103,9 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
return false;
var i = this.wbModel.getActive();
var activeName = this.wbModel.getWorksheet(i).sName;
var sheetId = this.wbModel.getWorksheet(i).getId();
var activeSheet = this.wbModel.getWorksheet(i);
var activeName = activeSheet.sName;
var sheetId = activeSheet.getId();
var lockInfo = this.collaborativeEditing.getLockInfo(c_oAscLockTypeElem.Sheet, /*subType*/null, sheetId, sheetId);
var t = this;
......
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