[Libreoffice-commits] .: formula/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 11 12:49:27 PST 2013
formula/source/core/resource/core_resource.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3201c72db76fb1baabe9becf32e7788a88fe66ac
Author: Eike Rathke <erack at redhat.com>
Date: Fri Jan 11 21:47:25 2013 +0100
fdo#56124 IFERROR IFNA function names were swapped
Change-Id: I3d13ab04b126a3268352df93a7ed4a35d7a085f2
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 1852d58..d21a737 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -24,8 +24,8 @@
Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
{
String SC_OPCODE_IF { Text = "IF" ; };
- String SC_OPCODE_IF_NA { Text = "IFERROR" ; };
- String SC_OPCODE_IF_ERROR { Text = "IFNA" ; };
+ String SC_OPCODE_IF_ERROR { Text = "IFERROR" ; };
+ String SC_OPCODE_IF_NA { Text = "IFNA" ; };
String SC_OPCODE_CHOSE { Text = "CHOOSE" ; };
String SC_OPCODE_OPEN { Text = "(" ; };
String SC_OPCODE_CLOSE { Text = ")" ; };
More information about the Libreoffice-commits
mailing list