Kaydet (Commit) 48f33936 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

restore old behavior for external references, fdo#64229

Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab
üst 7056e8ef
...@@ -5614,7 +5614,7 @@ double ScInterpreter::IterateParametersIf( ScIterFuncIf eFunc ) ...@@ -5614,7 +5614,7 @@ double ScInterpreter::IterateParametersIf( ScIterFuncIf eFunc )
case svExternalSingleRef: case svExternalSingleRef:
case svExternalDoubleRef: case svExternalDoubleRef:
{ {
pQueryMatrix = PopMatrix(); pQueryMatrix = GetMatrix();
if (!pQueryMatrix) if (!pQueryMatrix)
{ {
SetError( errIllegalParameter); SetError( errIllegalParameter);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment