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

http://bugzserver/show_bug.cgi?id=26361 - Ошибка в консоли при удалении автофильтра со сдвигом

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63942 954022d7-b5bf-4e40-9824-e11837661b57
parent b21c5e30
...@@ -1180,8 +1180,9 @@ var maxIndividualValues = 10000; ...@@ -1180,8 +1180,9 @@ var maxIndividualValues = 10000;
} }
else else
t._addHistoryObj(oldFilter, historyitem_AutoFilter_Empty, {activeCells: activeCells}, null, oldFilter.Ref); t._addHistoryObj(oldFilter, historyitem_AutoFilter_Empty, {activeCells: activeCells}, null, oldFilter.Ref);
aWs.workbook.dependencyFormulas.delTableName(oldFilter.DisplayName,aWs.getName()) if(isTablePart)
aWs.workbook.dependencyFormulas.delTableName(oldFilter.DisplayName,aWs.getName())
} }
else else
return oldFilter; return oldFilter;
......
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