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

New commits:
commit ee7eac9134f08c8957a50c89113001aa6b9f7f44
Author: Markus Mohrhard <markus.mohrh...@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 <pmla...@suse.cz>
    Tested-by: Petr Mladek <pmla...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to