[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue May 28 02:40:16 PDT 2013
sc/source/core/tool/interpr1.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c05cfe8396ba3581432290e018265c92c4701ded
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon May 27 21:58:04 2013 +0200
restore old behavior for external references, fdo#64229
Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab
Reviewed-on: https://gerrit.libreoffice.org/4062
Reviewed-by: Petr Mladek <pmladek at suse.cz>
Tested-by: Petr Mladek <pmladek at suse.cz>
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 994bc2b..5ee90fa 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -5490,7 +5490,7 @@ double ScInterpreter::IterateParametersIf( ScIterFuncIf eFunc )
case svExternalSingleRef:
case svExternalDoubleRef:
{
- pQueryMatrix = PopMatrix();
+ pQueryMatrix = GetMatrix();
if (!pQueryMatrix)
{
SetError( errIllegalParameter);
More information about the Libreoffice-commits
mailing list