Commit 77dade55 authored by Igor.Zotov's avatar Igor.Zotov

+ к предыдущей заливке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60454 954022d7-b5bf-4e40-9824-e11837661b57
parent 17079815
...@@ -8169,7 +8169,7 @@ ...@@ -8169,7 +8169,7 @@
if(!aFilters[aF].AutoFilter) if(!aFilters[aF].AutoFilter)
bWithoutFilter = true; bWithoutFilter = true;
t.autoFilters.addAutoFilter(aFilters[aF].TableStyleInfo.Name, range.bbox, null, null, true, bWithoutFilter, true); t.autoFilters.addAutoFilter(aFilters[aF].TableStyleInfo.Name, range.bbox, null, null, true, bWithoutFilter);
} }
} }
...@@ -8180,7 +8180,7 @@ ...@@ -8180,7 +8180,7 @@
t._prepareCellTextMetricsCache(arn); t._prepareCellTextMetricsCache(arn);
} }
//History.EndTransaction(); History.EndTransaction();
var oSelection = History.GetSelection(); var oSelection = History.GetSelection();
if(null != oSelection) if(null != oSelection)
{ {
......
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