summaryrefslogtreecommitdiffstats
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-09-08 15:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2015-09-08 15:59:46 +0300
commit241a0c1ab1fbbd3038f8add3bb2b2e1683598daa (patch)
tree40a4f28340fe11621c98e48ad72f2510704ed335 /sc/source
parentUpdated core (diff)
downloadcore-241a0c1ab1fbbd3038f8add3bb2b2e1683598daa.tar.gz
core-241a0c1ab1fbbd3038f8add3bb2b2e1683598daa.zip
aTopPos is not used for anything as far as I can see
Change-Id: Id7ef5fbceffecb6cee8efb80b6de4946a8300839
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/data/formulacell.cxx2
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))