From 4469ac71fe0aadf498db542b4e5da6212316d809 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 5 Dec 2014 17:28:33 +0100 Subject: loplugin:unusedvariablecheck Change-Id: I48c2421598152b64d40237eb0e917a680a27b643 (cherry picked from commit 71bed3b736957d09a5379725ce5c97f5166ea30d) --- sc/source/core/data/table3.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/source/core/data') 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 aCellListeners; - // Split formula groups at the sort range boundaries (if applicable). std::vector aRowBounds; aRowBounds.reserve(2); -- cgit v1.2.3