diff options
author | Eike Rathke <erack@redhat.com> | 2015-04-16 23:34:48 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-04-17 01:11:37 +0200 |
commit | be5b88c87dc50abd1d37a0074a5fb072d132fce2 (patch) | |
tree | 3059e0ec31a6e69071e9eb9c6dfb10f44a469478 | |
parent | ccecacf002eb367bbe72eee73fb1d0f89aa2653f (diff) |
TableRef: add the resulting area to ScTableRefToken
Change-Id: I142c0c39ab4bb3c1d099cba42491cc9928ab300c
-rw-r--r-- | sc/source/core/tool/compiler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 8335d1e98fa5..0260def31854 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -5052,7 +5052,7 @@ bool ScCompiler::HandleTableRef() ScComplexRefData aRefData; aRefData.InitFlags(); aRefData.SetRange( aRange, aPos); - pNew->AddDoubleReference( aRefData ); + pTR->SetAreaRefRPN( pNew->AddDoubleReference( aRefData )); } else { |