Kaydet (Commit) 241a0c1a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

aTopPos is not used for anything as far as I can see

Change-Id: Id7ef5fbceffecb6cee8efb80b6de4946a8300839
üst 08337fae
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment