[PATCH libreoffice-4-0] restore old behavior for external references, fdo#64229

Markus Mohrhard (via Code Review) gerrit at gerrit.libreoffice.org
Mon May 27 13:05:44 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/4062

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/4062/1

restore old behavior for external references, fdo#64229

Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab
---
M sc/source/core/tool/interpr1.cxx
1 file changed, 1 insertion(+), 1 deletion(-)



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 @@
             case svExternalSingleRef:
             case svExternalDoubleRef:
                 {
-                    pQueryMatrix = PopMatrix();
+                    pQueryMatrix = GetMatrix();
                     if (!pQueryMatrix)
                     {
                         SetError( errIllegalParameter);

-- 
To view, visit https://gerrit.libreoffice.org/4062
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Markus Mohrhard <markus.mohrhard at googlemail.com>



More information about the LibreOffice mailing list