sc/source/core/data/table3.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 71bed3b736957d09a5379725ce5c97f5166ea30d
Author: Stephan Bergmann <sberg...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to