diff options
author | Joel Madero <jmadero.dev@gmail.com> | 2013-09-23 15:54:58 -0700 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-23 23:58:05 +0000 |
commit | d269c92a74516081f277d427ab44dbe4ece00598 (patch) | |
tree | 64ad4a5b4c9099e99a1f40ee6287ab7107e845b2 /sc/qa/unit | |
parent | bbbc51e931c3a7018f2f19f61fa823190ee6fbb1 (diff) |
fdo#69685 - move count functions
Moved Count functions (countif, countifs and countblank to statistical
instead of mathematical group)
Change-Id: If8faeabb8f43810a96d919b59116157ae107c12c
Reviewed-on: https://gerrit.libreoffice.org/6022
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/qa/unit')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index ad98b7df62cd..324400b7abdc 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -2134,9 +2134,6 @@ void Test::testFunctionLists() "COSH", "COT", "COTH", - "COUNTBLANK", - "COUNTIF", - "COUNTIFS", "CSC", "CSCH", "DEGREES", @@ -2215,6 +2212,9 @@ void Test::testFunctionLists() "CORREL", "COUNT", "COUNTA", + "COUNTBLANK", + "COUNTIF", + "COUNTIFS", "COVAR", "CRITBINOM", "DEVSQ", |