summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-06-27 14:46:03 +0200
committerEike Rathke <erack@redhat.com>2016-06-27 14:49:27 +0200
commit48f018ea9bb94be0d1485fd2a02957bad962976c (patch)
tree5fdb89cb9d9425e552f0eb1fa3affb56f867f4d8
parent723467bd88a50323ccd2e4046d0a36332c664a66 (diff)
tdf#100641 change UI name of EFFECTIVE to EFFECT
... to be the same as in other implementations and ODFF and OOXML. Change-Id: I754283b97e91c5e0f992d878096cf964a1244e04
-rw-r--r--formula/source/core/resource/core_resource.src2
-rw-r--r--sc/qa/unit/ucalc.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index a1868fa56696..c781fa02df94 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 5a38c92fabfc..f10a1fa1ee00 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",