Kaydet (Commit) be5b88c8 authored tarafından Eike Rathke's avatar Eike Rathke

TableRef: add the resulting area to ScTableRefToken

Change-Id: I142c0c39ab4bb3c1d099cba42491cc9928ab300c
üst ccecacf0
......@@ -5052,7 +5052,7 @@ bool ScCompiler::HandleTableRef()
ScComplexRefData aRefData;
aRefData.InitFlags();
aRefData.SetRange( aRange, aPos);
pNew->AddDoubleReference( aRefData );
pTR->SetAreaRefRPN( pNew->AddDoubleReference( aRefData ));
}
else
{
......
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