summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-27 21:58:04 +0200
committerPetr Mladek <pmladek@suse.cz>2013-05-30 23:34:01 +0200
commitee7eac9134f08c8957a50c89113001aa6b9f7f44 (patch)
tree5b0f2c4537f85a7a3ece986def6401a3c8435645 /sc
parentd89d5b9ab4663f410505810cc16ff42202d7bee5 (diff)
restore old behavior for external references, fdo#64229
Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab Reviewed-on: https://gerrit.libreoffice.org/4062 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 3ed918933666..1bd3a0aa1645 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -5486,7 +5486,7 @@ double ScInterpreter::IterateParametersIf( ScIterFuncIf eFunc )
case svExternalSingleRef:
case svExternalDoubleRef:
{
- pQueryMatrix = PopMatrix();
+ pQueryMatrix = GetMatrix();
if (!pQueryMatrix)
{
SetError( errIllegalParameter);