Commit 2f5b491f authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused arguments

parent f6816dac
...@@ -3467,9 +3467,7 @@ function OfflineEditor () { ...@@ -3467,9 +3467,7 @@ function OfflineEditor () {
this.model.workbook.handlers.trigger("asc_onHideComment"); this.model.workbook.handlers.trigger("asc_onHideComment");
return isCoord ? this._calcActiveRangeOffsetIsCoord(x, y) : return isCoord ? this._calcActiveRangeOffsetIsCoord(x, y) :
this._calcActiveRangeOffset( this._calcActiveRangeOffset();
this.getCellLeftRelative(x < 0 ? ar.c1 : ar.c2, /*pt*/0),
this.getCellTopRelative(y < 0 ? ar.r1 : ar.r2, /*pt*/0));
}; };
AscCommonExcel.WorksheetView.prototype.__chartsRanges = function(ranges) { AscCommonExcel.WorksheetView.prototype.__chartsRanges = function(ranges) {
......
...@@ -7473,9 +7473,7 @@ ...@@ -7473,9 +7473,7 @@
this.model.workbook.handlers.trigger("asc_onHideComment"); this.model.workbook.handlers.trigger("asc_onHideComment");
return isCoord ? this._calcActiveRangeOffsetIsCoord(x, y) : this._calcActiveRangeOffset( return isCoord ? this._calcActiveRangeOffsetIsCoord(x, y) : this._calcActiveRangeOffset();
this.getCellLeftRelative(x < 0 ? ar.c1 : ar.c2, /*pt*/0),
this.getCellTopRelative(y < 0 ? ar.r1 : ar.r2, /*pt*/0));
}; };
// Окончание выделения // Окончание выделения
......
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