summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-04-16 23:34:48 +0200
committerEike Rathke <erack@redhat.com>2015-04-17 01:11:37 +0200
commitbe5b88c87dc50abd1d37a0074a5fb072d132fce2 (patch)
tree3059e0ec31a6e69071e9eb9c6dfb10f44a469478 /sc/source/core/tool/compiler.cxx
parentccecacf002eb367bbe72eee73fb1d0f89aa2653f (diff)
TableRef: add the resulting area to ScTableRefToken
Change-Id: I142c0c39ab4bb3c1d099cba42491cc9928ab300c
Diffstat (limited to 'sc/source/core/tool/compiler.cxx')
-rw-r--r--sc/source/core/tool/compiler.cxx2
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
{