[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Tue Sep 8 06:09:43 PDT 2015


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

New commits:
commit 241a0c1ab1fbbd3038f8add3bb2b2e1683598daa
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 8 15:59:38 2015 +0300

    aTopPos is not used for anything as far as I can see
    
    Change-Id: Id7ef5fbceffecb6cee8efb80b6de4946a8300839

diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index e21a26e..27796ae 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -3935,8 +3935,6 @@ bool ScFormulaCell::InterpretFormulaGroup()
         return InterpretInvariantFormulaGroup();
 
     ScTokenArray aCode;
-    ScAddress aTopPos = aPos;
-    aTopPos.SetRow(mxGroup->mpTopCell->aPos.Row());
     ScGroupTokenConverter aConverter(aCode, *pDocument, *this, mxGroup->mpTopCell->aPos);
     std::vector<ScTokenArray*> aLoopControl;
     if (!aConverter.convert(*pCode, aLoopControl))


More information about the Libreoffice-commits mailing list