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 | |
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')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 6 | ||||
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 6 |
2 files changed, 6 insertions, 6 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", diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 64ef65cf0477..7c3922ea5d89 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -2854,7 +2854,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 ExtraData = { 0; - ID_FUNCTION_GRP_MATH; + ID_FUNCTION_GRP_STATISTIC; U2S( HID_FUNC_ANZAHLLEEREZELLEN ); 1; 0; 0; @@ -3129,7 +3129,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 ExtraData = { 0; - ID_FUNCTION_GRP_MATH; + ID_FUNCTION_GRP_STATISTIC; U2S( HID_FUNC_COUNTIFS ); PAIRED_VAR_ARGS; 0; 0; 0; @@ -3162,7 +3162,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 ExtraData = { 0; - ID_FUNCTION_GRP_MATH; + ID_FUNCTION_GRP_STATISTIC; U2S( HID_FUNC_ZAEHLENWENN ); 2; 0; 0; 0; |