summaryrefslogtreecommitdiffstats
path: root/formula
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-13 10:52:23 +0100
committerEike Rathke <erack@redhat.com>2015-01-14 19:55:05 +0000
commited6c797d07f6e7f1afdb272046f9a02b973f97de (patch)
treefa5e73d097d965004c4371e89ddf2c890d4434b7 /formula
parentfdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCD (diff)
downloadcore-ed6c797d07f6e7f1afdb272046f9a02b973f97de.tar.gz
core-ed6c797d07f6e7f1afdb272046f9a02b973f97de.zip
fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRR
Change-Id: I8148081e2f2d89bdd319b5dc7346af672a8cf310 Reviewed-on: https://gerrit.libreoffice.org/13896 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 93d08f26de9a..062b43296522 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -183,7 +183,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_COUNT { Text = "COUNT" ; };
String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; };
String SC_OPCODE_NBW { Text = "NPV" ; };
- String SC_OPCODE_IKV { Text = "IRR" ; };
+ String SC_OPCODE_IRR { Text = "IRR" ; };
String SC_OPCODE_MIRR { Text = "MIRR" ; };
String SC_OPCODE_ISPMT { Text = "ISPMT" ; };
String SC_OPCODE_VAR { Text = "VAR" ; };
@@ -591,7 +591,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_COUNT { Text = "COUNT" ; };
String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; };
String SC_OPCODE_NBW { Text = "NPV" ; };
- String SC_OPCODE_IKV { Text = "IRR" ; };
+ String SC_OPCODE_IRR { Text = "IRR" ; };
String SC_OPCODE_MIRR { Text = "MIRR" ; };
String SC_OPCODE_ISPMT { Text = "ISPMT" ; };
String SC_OPCODE_VAR { Text = "VAR" ; };
@@ -1001,7 +1001,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_COUNT { Text = "COUNT" ; };
String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; };
String SC_OPCODE_NBW { Text = "NPV" ; };
- String SC_OPCODE_IKV { Text = "IRR" ; };
+ String SC_OPCODE_IRR { Text = "IRR" ; };
String SC_OPCODE_MIRR { Text = "MIRR" ; };
String SC_OPCODE_ISPMT { Text = "ISPMT" ; };
String SC_OPCODE_VAR { Text = "VAR" ; };
@@ -1818,7 +1818,7 @@ Resource RID_STRLIST_FUNCTION_NAMES
{
Text [ en-US ] = "NPV" ;
};
- String SC_OPCODE_IKV
+ String SC_OPCODE_IRR
{
Text [ en-US ] = "IRR" ;
};