sc/source/core/tool/parclass.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 6a660262e9d1d06f4c0c6c99063e5a966e64d6d6 Author: Winfried Donkers <[email protected]> Date: Wed Oct 30 19:53:48 2013 +0100 fdo#44134 fix omission in support of Excel 2010 functions STDEV.P and STDEV.S Change-Id: I4374ef6c9399ec933be8c430d3602df1219636c5 Reviewed-on: https://gerrit.libreoffice.org/6495 Tested-by: Eike Rathke <[email protected]> Reviewed-by: Eike Rathke <[email protected]> diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx index afb8598..550b116 100644 --- a/sc/source/core/tool/parclass.cxx +++ b/sc/source/core/tool/parclass.cxx @@ -171,6 +171,8 @@ const ScParameterClassification::RawData ScParameterClassification::pRawData[] = { ocStDevA, {{ Reference }, 1 }}, { ocStDevP, {{ Reference }, 1 }}, { ocStDevPA, {{ Reference }, 1 }}, + { ocStDevP_MS, {{ Reference }, 1 }}, + { ocStDevS, {{ Reference }, 1 }}, { ocSTEYX, {{ ForceArray, ForceArray }, 0 }}, { ocSub, {{ Array, Array }, 0 }}, { ocSubTotal, {{ Value, Reference }, 1 }}, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
