formula/inc/core_resource.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2f03e115d156ed122d9e92d6c7f722a8599edf01
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Thu Aug 7 12:45:18 2025 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Thu Aug 7 20:02:32 2025 +0200

    Resolves: tdf#167794 Rename secondary English function EFFECTIVE -> EFFECT
    
    ... to match en-US and ODFF. An oversight of tdf#100641 work.
    
    Change-Id: Ie97dd723bc465d141a9e00b461b0e9dc8022c036
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189059
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/formula/inc/core_resource.hrc b/formula/inc/core_resource.hrc
index c8cc1da08304..6c8902608cad 100644
--- a/formula/inc/core_resource.hrc
+++ b/formula/inc/core_resource.hrc
@@ -2139,7 +2139,7 @@ const std::pair<const char *, int> 
RID_STRLIST_FUNCTION_NAMES_ENGLISH[] =
     { "PPMT" , SC_OPCODE_PPMT },
     { "CUMIPMT" , SC_OPCODE_CUM_IPMT },
     { "CUMPRINC" , SC_OPCODE_CUM_PRINC },
-    { "EFFECTIVE" , SC_OPCODE_EFFECT },
+    { "EFFECT" , SC_OPCODE_EFFECT },
     { "NOMINAL" , SC_OPCODE_NOMINAL },
     { "SUBTOTAL" , SC_OPCODE_SUB_TOTAL },
     { "DSUM" , SC_OPCODE_DB_SUM },

Reply via email to