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

Winfried Donkers winfrieddonkers at libreoffice.org
Wed Oct 30 20:06:59 CET 2013


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

New commits:
commit cea5b8eb497f7b162ea1743401c9045d286e5d8e
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date:   Wed Oct 30 19:46:23 2013 +0100

    fdo#70000 fix omission in support of Excel 2010
    
    functions COVARIANCE.P and COVARIANCE.S
    
    Change-Id: Ic5416626a8e6790e4a65d7017c739106897fa1f1
    Reviewed-on: https://gerrit.libreoffice.org/6494
    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 7f86e63..afb8598 100644
--- a/sc/source/core/tool/parclass.cxx
+++ b/sc/source/core/tool/parclass.cxx
@@ -89,6 +89,8 @@ const ScParameterClassification::RawData ScParameterClassification::pRawData[] =
     { ocCountIf,         {{ Reference, Value                                     }, 0 }},
     { ocCountIfs,        {{ Reference, Value                                     }, 2 }},
     { ocCovar,           {{ ForceArray, ForceArray                               }, 0 }},
+    { ocCovarianceP,     {{ ForceArray, ForceArray                               }, 0 }},
+    { ocCovarianceS,     {{ ForceArray, ForceArray                               }, 0 }},
     { ocDBAverage,       {{ Reference, Reference, Reference                      }, 0 }},
     { ocDBCount,         {{ Reference, Reference, Reference                      }, 0 }},
     { ocDBCount2,        {{ Reference, Reference, Reference                      }, 0 }},


More information about the Libreoffice-commits mailing list