[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Thu May 30 14:34:24 PDT 2013


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

New commits:
commit ee7eac9134f08c8957a50c89113001aa6b9f7f44
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 3ed9189..1bd3a0a 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -5486,7 +5486,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