[Libreoffice-commits] core.git: formula/source
Eike Rathke
erack at redhat.com
Mon Jun 27 11:04:18 UTC 2016
formula/source/core/resource/core_resource.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ed5bcef57b678cb92c68bf842a72e50f4dd1e2ea
Author: Eike Rathke <erack at redhat.com>
Date: Mon Jun 27 13:02:20 2016 +0200
correct OOXML function name is EFFECT instead of EFFECTIVE
Change-Id: Ieb7484afe210e378efd43ba3a181cd90d29619b9
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 551de2f..a1868fa 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -678,7 +678,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_PPMT { Text = "PPMT" ; };
String SC_OPCODE_CUM_IPMT { Text = "CUMIPMT" ; };
String SC_OPCODE_CUM_PRINC { Text = "CUMPRINC" ; };
- String SC_OPCODE_EFFECTIVE { Text = "EFFECTIVE" ; };
+ String SC_OPCODE_EFFECTIVE { Text = "EFFECT" ; };
String SC_OPCODE_NOMINAL { Text = "NOMINAL" ; };
String SC_OPCODE_SUB_TOTAL { Text = "SUBTOTAL" ; };
String SC_OPCODE_DB_SUM { Text = "DSUM" ; };
More information about the Libreoffice-commits
mailing list