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 <er...@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",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to