[Libreoffice-commits] core.git: Branch 'feature/perfwork5' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Mon Nov 17 19:48:04 PST 2014


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

New commits:
commit 5b21c8e20ec4b565b002dc683d920922d31aa6dd
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
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));


More information about the Libreoffice-commits mailing list