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

Winfried Donkers winfrieddonkers at libreoffice.org
Wed Oct 30 20:10:57 CET 2013


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

New commits:
commit 6a660262e9d1d06f4c0c6c99063e5a966e64d6d6
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
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 <erack at redhat.com>
    Reviewed-by: Eike Rathke <erack at redhat.com>

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 }},


More information about the Libreoffice-commits mailing list