summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-05 17:28:33 +0100
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-12-05 13:30:00 -0500
commit4469ac71fe0aadf498db542b4e5da6212316d809 (patch)
tree185b16c38a85b7e3e6b2870a5ef3e9b13e220081 /sc/source/core/data
parentc1a7fbdcb8c5895c279392ce408b0dccc242e135 (diff)
loplugin:unusedvariablecheck
Change-Id: I48c2421598152b64d40237eb0e917a680a27b643 (cherry picked from commit 71bed3b736957d09a5379725ce5c97f5166ea30d)
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/table3.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 1e4a9c2d729c..d4c0aa00590d 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -1119,9 +1119,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);