summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2016-05-03 21:19:19 +0200
committerEike Rathke <erack@redhat.com>2016-05-04 21:54:01 +0000
commitc57dc741a6f221f53f3c8da2f521c6ece63246c2 (patch)
treeded3a12b1dbb08fe920045fadf09a2e877e6145d /sc/qa
parent75ac19149d21f5164e7bb3ea1b114670e1d7859e (diff)
tdf#97831 [part] Add Excel 2016 functions to Calc
Functions MINIFS and MAXIFS Change-Id: I4bd2e8b82f8377af81f4373d0c33ac286588b8df Reviewed-on: https://gerrit.libreoffice.org/24619 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index d3e7567b458c..228fafa23ef4 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2688,9 +2688,11 @@ void Test::testFunctionLists()
"LOGNORMDIST",
"MAX",
"MAXA",
+ "MAXIFS",
"MEDIAN",
"MIN",
"MINA",
+ "MINIFS",
"MODE",
"MODE.MULT",
"MODE.SNGL",