sc/source/core/data/column.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5b21c8e20ec4b565b002dc683d920922d31aa6dd
Author: Kohei Yoshida <[email protected]>
Date:   Mon Nov 17 22:46:34 2014 -0500

    Unused local variable.
    
    Change-Id: I6a3d191b10eec119eea5af6218e6c298f2826b33

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 381307d..3354a49 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2083,7 +2083,6 @@ class UpdateRefOnNonCopy : 
std::unary_function<sc::FormulaGroupEntry, void>
 
         if (aRes.mbReferenceModified || aRes.mbNameModified)
         {
-            sc::StartListeningContext aStartCxt(mpCxt->mrDoc);
             sc::EndListeningContext aEndCxt(mpCxt->mrDoc, pOldCode.get());
             aEndCxt.setPositionDelta(
                 ScAddress(-mpCxt->mnColDelta, -mpCxt->mnRowDelta, 
-mpCxt->mnTabDelta));
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to