diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-08 15:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-08 15:59:46 +0300 |
commit | 241a0c1ab1fbbd3038f8add3bb2b2e1683598daa (patch) | |
tree | 40a4f28340fe11621c98e48ad72f2510704ed335 | |
parent | 08337faeae1d126b8929a511ec0cfa63061a8fb9 (diff) |
aTopPos is not used for anything as far as I can see
Change-Id: Id7ef5fbceffecb6cee8efb80b6de4946a8300839
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index e21a26ed66b3..27796ae7db49 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)) |