diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-05 17:28:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-05 17:28:33 +0100 |
commit | 71bed3b736957d09a5379725ce5c97f5166ea30d (patch) | |
tree | 76530fc149b4bda4e71d09ca8e6979da8cc64dc8 /sc | |
parent | f05c37d3fdc8ef6839c6ebe43ae1a375f3073def (diff) |
loplugin:unusedvariablecheck
Change-Id: I48c2421598152b64d40237eb0e917a680a27b643
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/table3.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx index b9584e484027..5ee2ada89452 100644 --- a/sc/source/core/data/table3.cxx +++ b/sc/source/core/data/table3.cxx @@ -1120,9 +1120,6 @@ void ScTable::SortReorderByRowRefUpdate( SCROW nRow1 = pArray->GetStart(); SCROW nRow2 = pArray->GetLast(); - // Collect all listeners of cell broadcasters of sorted range. - std::vector<SvtListener*> aCellListeners; - // Split formula groups at the sort range boundaries (if applicable). std::vector<SCROW> aRowBounds; aRowBounds.reserve(2); |