summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2013-11-07 17:27:20 +0100
committerEike Rathke <erack@redhat.com>2013-11-08 11:34:04 -0600
commit75601529a807f15fa648c22e3636281981cd7623 (patch)
treeeb253c4c697a8e6a2d48d0bb1f6b9d4e8f9e0edc /sc/qa/unit
parentc69ed33628ec0b7abf6296539cf280d6c4265930 (diff)
fdo#70797 add Excel 2010 functions
CHISQ.DIST, CHISQ.INV, CHISQ.TEST, CHISQ.DIST.RT, CHISQ.INV.RT Change-Id: If32530a82b2e5fa1aa30a8c80090742be5acf3eb Reviewed-on: https://gerrit.libreoffice.org/6611 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/ucalc.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 0b34f8104c1e..3c9cd72ee2b7 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2366,6 +2366,11 @@ void Test::testFunctionLists()
"BINOMDIST",
"CHIDIST",
"CHIINV",
+ "CHISQ.DIST",
+ "CHISQ.DIST.RT",
+ "CHISQ.INV",
+ "CHISQ.INV.RT",
+ "CHISQ.TEST",
"CHISQDIST",
"CHISQINV",
"CHITEST",