sc/source/core/tool/interpr4.cxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit adab0134662562298ff13e7fe564623af4bc33da
Author: Noel Power <noel.po...@suse.com>
Date:   Wed Jul 10 12:30:47 2013 +0100

    use GetMatrix instead of manually disambiguating External and normal refs
    
    Change-Id: I00710708691f6020b65fa622987dd37586b247dd

diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 62e28c3..72563fd 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -3288,11 +3288,7 @@ void ScInterpreter::ScMacro()
             case svExternalDoubleRef:
             case svMatrix:
             {
-                ScMatrixRef pMat;
-                if (nStackType == svMatrix)
-                    pMat = PopMatrix();
-                else
-                    PopExternalDoubleRef(pMat);
+                ScMatrixRef pMat = GetMatrix();
                 SCSIZE nC, nR;
                 if (pMat && !nGlobalError)
                 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to