[Libreoffice-commits] core.git: sc/qa sc/source

Joel Madero jmadero.dev at gmail.com
Mon Sep 23 16:58:27 PDT 2013


 sc/qa/unit/ucalc.cxx         |    6 +++---
 sc/source/ui/src/scfuncs.src |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d269c92a74516081f277d427ab44dbe4ece00598
Author: Joel Madero <jmadero.dev at gmail.com>
Date:   Mon Sep 23 15:54:58 2013 -0700

    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 at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index ad98b7d..324400b 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 64ef65c..7c3922e 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;


More information about the Libreoffice-commits mailing list