[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Wed Oct 7 13:26:44 PDT 2015


 sc/source/core/tool/parclass.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f3dfab0c23bde81a00fa2f16cf4d96c8809e5045
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

diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index d02ceef..71495a7 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