[Libreoffice-commits] core.git: formula/source sc/qa
Eike Rathke
erack at redhat.com
Mon Jun 27 12:49:53 UTC 2016
formula/source/core/resource/core_resource.src | 2 +-
sc/qa/unit/ucalc.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 48f018ea9bb94be0d1485fd2a02957bad962976c
Author: Eike Rathke <erack at redhat.com>
Date: Mon Jun 27 14:46:03 2016 +0200
tdf#100641 change UI name of EFFECTIVE to EFFECT
... to be the same as in other implementations and ODFF and OOXML.
Change-Id: I754283b97e91c5e0f992d878096cf964a1244e04
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index a1868fa..c781fa0 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -2144,7 +2144,7 @@ Resource RID_STRLIST_FUNCTION_NAMES
};
String SC_OPCODE_EFFECTIVE
{
- Text [ en-US ] = "EFFECTIVE" ;
+ Text [ en-US ] = "EFFECT" ;
};
String SC_OPCODE_NOMINAL
{
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 5a38c92..f10a1fa 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2126,7 +2126,7 @@ void Test::testFunctionLists()
"DB",
"DDB",
"DURATION",
- "EFFECTIVE",
+ "EFFECT",
"FV",
"IPMT",
"IRR",
More information about the Libreoffice-commits
mailing list