[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source
Eike Rathke
erack at redhat.com
Fri Oct 9 03:18:54 PDT 2015
sc/source/core/tool/parclass.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 70f5afe3707c155b412e05e9750c38d00b56d345
Author: Eike Rathke <erack at redhat.com>
Date: Wed Oct 7 22:23:51 2015 +0200
Resolves: tdf#94796 LINEST and LOGEST have ForceArray parameters
Change-Id: I6bd82191ef7c5bb2c7829daf341d360c6d09c11b
(cherry picked from commit f3dfab0c23bde81a00fa2f16cf4d96c8809e5045)
Reviewed-on: https://gerrit.libreoffice.org/19237
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index 61c79cc..8d70419 100644
--- a/sc/source/core/tool/parclass.cxx
+++ b/sc/source/core/tool/parclass.cxx
@@ -167,8 +167,8 @@ const ScParameterClassification::RawData ScParameterClassification::pRawData[] =
{ ocRank, {{ Value, Reference, Value }, 0 }},
{ ocRank_Avg, {{ Value, Reference, Value }, 0 }},
{ ocRank_Eq, {{ Value, Reference, Value }, 0 }},
- { ocLinest, {{ Reference, Reference, Value, Value }, 0 }},
- { ocLogest, {{ Reference, Reference, Value, Value }, 0 }},
+ { ocLinest, {{ ForceArray, ForceArray, Value, Value }, 0 }},
+ { ocLogest, {{ ForceArray, ForceArray, Value, Value }, 0 }},
{ ocRow, {{ Reference }, 0 }},
{ ocRows, {{ Reference }, 1 }},
{ ocRSQ, {{ ForceArray, ForceArray }, 0 }},
More information about the Libreoffice-commits
mailing list