[Libreoffice-commits] core.git: sc/source
Winfried Donkers
winfrieddonkers at libreoffice.org
Thu Mar 8 12:49:52 UTC 2018
sc/source/core/tool/interpr3.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 754d1053d37feb2bc91eaa74b3c3b111a0f8d859
Author: Winfried Donkers <winfrieddonkers at 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 <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at 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();
More information about the Libreoffice-commits
mailing list