diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-10-30 19:53:48 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-10-30 19:10:38 +0000 |
commit | 6a660262e9d1d06f4c0c6c99063e5a966e64d6d6 (patch) | |
tree | 51229705e73c543469d732b223f2d459af791acc | |
parent | cea5b8eb497f7b162ea1743401c9045d286e5d8e (diff) |
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 <erack@redhat.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r-- | sc/source/core/tool/parclass.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx index afb859884b1a..550b116250e3 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 }}, |