Commit 82ae2d8e authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

дополнение к Revision: 52057

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52072 954022d7-b5bf-4e40-9824-e11837661b57
parent 9be33293
......@@ -7345,7 +7345,7 @@ Range.prototype.deleteCellsShiftLeft=function(){
return this._shiftLeftRight(true);
};
Range.prototype._shiftLeftRight=function(bLeft){
lockDraw(this.workbook);
lockDraw(this.worksheet.workbook);
var oBBox = this.bbox;
var nWidth = oBBox.c2 - oBBox.c1 + 1;
var nRangeType = this._getRangeType(oBBox);
......@@ -7397,8 +7397,8 @@ Range.prototype._shiftLeftRight=function(bLeft){
this.worksheet.hyperlinkManager.shift(this.bbox, !bLeft, true);
}
History.EndTransaction();
buildRecalc(this.workbook);
unLockDraw(this.workbook);
buildRecalc(this.worksheet.workbook);
unLockDraw(this.worksheet.workbook);
return true;
};
Range.prototype._shiftUpDown=function(bUp){
......
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