Commit b9cf90b1 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

убрал неиспользуемый код

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64094 954022d7-b5bf-4e40-9824-e11837661b57
parent 67630a88
...@@ -993,21 +993,6 @@ var maxIndividualValues = 10000; ...@@ -993,21 +993,6 @@ var maxIndividualValues = 10000;
if(cloneData.insCells) if(cloneData.insCells)
delete cloneData.insCells; delete cloneData.insCells;
if(cloneData.refTable)
{
if(aWs.TableParts)
{
for(var l = 0; l < aWs.TableParts.length; l++)
{
if(cloneData.refTable.isEqual(aWs.TableParts[l].Ref))
{
this._cleanStyleTable(cloneData.refTable);
aWs.TableParts.splice(l,1);
}
}
}
}
//TODO переделать undo, по типам //TODO переделать undo, по типам
if(type === historyitem_AutoFilter_Move)//перемещение if(type === historyitem_AutoFilter_Move)//перемещение
{ {
......
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