Commit f0aa519b 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@51016 954022d7-b5bf-4e40-9824-e11837661b57
parent 55cb63a9
......@@ -2127,7 +2127,7 @@
}
//при вставке ошибка в MS Excel может возникать как в случае автофильтров, так и в случае форматированных таблиц
if((InsertCellsAndShiftRight || InsertCellsAndShiftDown) && autoFilter)
/*if((InsertCellsAndShiftRight || InsertCellsAndShiftDown) && autoFilter)
{
tableRange = this._refToRange(autoFilter.Ref);
//если хотя бы одна ячейка активной области попадает внутрь форматированной таблицы
......@@ -2181,7 +2181,7 @@
{
result = 'changeAutoFilter';
}
}
}*/
return result;
},
......
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