diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-27 21:58:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-27 22:00:05 +0200 |
commit | 48f33936d11382b7d3127735c70a1c068733c7f6 (patch) | |
tree | 276c77dc73d19ccfa6896aaf34b1ae496fedde8f | |
parent | 7056e8ef89e938e38fc5b2b8a7493f0c79d5efd4 (diff) |
restore old behavior for external references, fdo#64229
Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab
-rw-r--r-- | sc/source/core/tool/interpr1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 6fc4816c3cae..0ff740c1d289 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -5614,7 +5614,7 @@ double ScInterpreter::IterateParametersIf( ScIterFuncIf eFunc ) case svExternalSingleRef: case svExternalDoubleRef: { - pQueryMatrix = PopMatrix(); + pQueryMatrix = GetMatrix(); if (!pQueryMatrix) { SetError( errIllegalParameter); |