Commit 1d7e1376 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete unused code

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51854 954022d7-b5bf-4e40-9824-e11837661b57
parent d0255768
...@@ -100,7 +100,6 @@ OfficeExcel.OtherProps = function() ...@@ -100,7 +100,6 @@ OfficeExcel.OtherProps = function()
this._background_grid_vsize = 20; this._background_grid_vsize = 20;
this._background_grid_hlines = true; this._background_grid_hlines = true;
this._background_grid_vlines = true; this._background_grid_vlines = true;
this._background_grid_border = true;
this._background_grid_autofit = true; this._background_grid_autofit = true;
this._background_grid_autofit_numhlines = 5; this._background_grid_autofit_numhlines = 5;
this._background_grid_autofit_numvlines = 20; this._background_grid_autofit_numvlines = 20;
......
...@@ -1748,12 +1748,6 @@ ...@@ -1748,12 +1748,6 @@
} }
} }
/*if (obj._otherProps._background_grid_border && obj._otherProps._background_grid_vlines) {
// Make sure a rectangle, the same colour as the grid goes around the graph
context.strokeStyle = obj._otherProps._background_grid_color;
context.strokeRect(AA(this, gutterLeft), AA(this, gutterTop), OfficeExcel.GetWidth(obj) - gutterLeft - gutterRight, OfficeExcel.GetHeight(obj) - gutterTop - gutterBottom);
}*/
context.stroke(); context.stroke();
context.stroke(); context.stroke();
......
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