sc/source/core/tool/interpr3.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 754d1053d37feb2bc91eaa74b3c3b111a0f8d859
Author: Winfried Donkers <winfrieddonk...@libreoffice.org>
Date:   Wed Mar 7 17:54:58 2018 +0100

    Load arguments in array in the order of the arguments.
    
    Change-Id: I1a47018d626848e6d07c7e637ee6e04ff7750ac8
    Reviewed-on: https://gerrit.libreoffice.org/50904
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Eike Rathke <er...@redhat.com>

diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx
index f73b7b65b818..f7ca635cc2f9 100644
--- a/sc/source/core/tool/interpr3.cxx
+++ b/sc/source/core/tool/interpr3.cxx
@@ -3709,6 +3709,7 @@ void ScInterpreter::GetNumberSequenceArray( sal_uInt8 
nParamCount, vector<double
     ScRange aRange;
     short nParam = nParamCount;
     size_t nRefInList = 0;
+    ReverseStack( nParamCount );
     while (nParam-- > 0)
     {
         const StackVar eStackType = GetStackType();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to