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:56 +0200 |
commit | 056b1bda58e4c550a1f42f92f0a93a4279aec9ad (patch) | |
tree | e9a63a475fe23629122842a3dffb65305ef4e238 | |
parent | 62c705c106bd3c2b87462f30732f162fcb0bde87 (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 53db8dcf4707..c673d233d052 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); |