Commit 99dd8833 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete unused variables and ;

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58787 954022d7-b5bf-4e40-9824-e11837661b57
parent ba7fc0a9
......@@ -407,7 +407,7 @@ var gUndoInsDelCellsFlag = true;
}
if (bIsActiveSheet)
t._addButtonAF(newRes, true);
t._addButtonAF(newRes);
//перерисовываем форматированную таблиц
if(isReDrawFilter && isReDrawFilter.TableColumns && isReDrawFilter.result)
t._reDrawCurrentFilter(null, null, isReDrawFilter);
......@@ -6386,7 +6386,6 @@ var gUndoInsDelCellsFlag = true;
return tableColumns;
},
_getResultAddFilter: function(paramsForCallBackAdd, activeCells, mainAdjacentCells, lTable)
{
var result = [], isEndRowEmpty, ws = this.worksheet, idCell, idCellNext;
......@@ -6508,9 +6507,6 @@ var gUndoInsDelCellsFlag = true;
return {result: result, mainAdjacentCells: mainAdjacentCells, activeCells: activeCells};
},
_renameTableColumn: function(range)
{
var ws = this.worksheet;
......
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