[Libreoffice-commits] core.git: sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon May 27 13:03:10 PDT 2013


 sc/source/core/tool/interpr1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48f33936d11382b7d3127735c70a1c068733c7f6
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

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 6fc4816..0ff740c 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);


More information about the Libreoffice-commits mailing list