summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-10-07 22:23:51 +0200
committerEike Rathke <erack@redhat.com>2015-10-07 22:26:05 +0200
commitf3dfab0c23bde81a00fa2f16cf4d96c8809e5045 (patch)
tree45b5b05d331a18088ebf43e9b24f3121211c72c6 /sc
parent6a3d10a14e024359896a2f1f5b58ac9fbff4b579 (diff)
Resolves: tdf#94796 LINEST and LOGEST have ForceArray parameters
Change-Id: I6bd82191ef7c5bb2c7829daf341d360c6d09c11b
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/parclass.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index d02ceef7517c..71495a77677d 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 }},