[Libreoffice-commits] core.git: sc/source
Stephan Bergmann
sbergman at redhat.com
Fri Dec 5 08:29:08 PST 2014
sc/source/core/data/table3.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 71bed3b736957d09a5379725ce5c97f5166ea30d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Dec 5 17:28:33 2014 +0100
loplugin:unusedvariablecheck
Change-Id: I48c2421598152b64d40237eb0e917a680a27b643
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index b9584e4..5ee2ada 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);
More information about the Libreoffice-commits
mailing list