sc/source/core/data/formulacell.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 241a0c1ab1fbbd3038f8add3bb2b2e1683598daa Author: Tor Lillqvist <t...@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)) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits