[Libreoffice-commits] core.git: sc/qa sc/source
Joel
jmadero.dev at gmail.com
Mon Feb 16 12:07:09 PST 2015
sc/qa/unit/ucalc.cxx | 4 ++--
sc/source/ui/src/scfuncs.src | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit e94ada5939acfc6015129c0e5bb470158fe83b34
Author: Joel <jmadero.dev at gmail.com>
Date: Sun Feb 15 10:40:09 2015 -0800
tdf#70733 - Move ISEVEN and ISODD functions to information
Moved ISEVEN and ISODD functions from mathematical to information
Change-Id: Ib40e877c9809338031e4b3047fd7ef3f12b392a2
Reviewed-on: https://gerrit.libreoffice.org/14501
Tested-by: Jenkins <ci at libreoffice.org>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 03c4a52..5883bf9 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2371,11 +2371,13 @@ void Test::testFunctionLists()
"ISBLANK",
"ISERR",
"ISERROR",
+ "ISEVEN",
"ISFORMULA",
"ISLOGICAL",
"ISNA",
"ISNONTEXT",
"ISNUMBER",
+ "ISODD",
"ISREF",
"ISTEXT",
"N",
@@ -2435,9 +2437,7 @@ void Test::testFunctionLists()
"FLOOR.PRECISE",
"GCD",
"INT",
- "ISEVEN",
"ISO.CEILING",
- "ISODD",
"LCM",
"LN",
"LOG",
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index fcff272..1e7be9b 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -3330,7 +3330,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
ExtraData =
{
0;
- ID_FUNCTION_GRP_MATH;
+ ID_FUNCTION_GRP_INFO;
U2S( HID_FUNC_ISTGERADE );
1; 0;
0;
@@ -3354,7 +3354,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
ExtraData =
{
0;
- ID_FUNCTION_GRP_MATH;
+ ID_FUNCTION_GRP_INFO;
U2S( HID_FUNC_ISTUNGERADE );
1; 0;
0;
More information about the Libreoffice-commits
mailing list