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

New commits:
commit cea5b8eb497f7b162ea1743401c9045d286e5d8e
Author: Winfried Donkers <winfrieddonk...@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 <er...@redhat.com>
    Reviewed-by: Eike Rathke <er...@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 }},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to