diff options
author | Eike Rathke <erack@redhat.com> | 2013-01-11 21:47:25 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-01-11 21:49:07 +0100 |
commit | 3201c72db76fb1baabe9becf32e7788a88fe66ac (patch) | |
tree | ea9f5aefdae8063e5a1f7144db22b5cdbdf99b40 | |
parent | e610e5f28e4b2b774a897ee7cf6d8098ade30a7f (diff) |
fdo#56124 IFERROR IFNA function names were swapped
Change-Id: I3d13ab04b126a3268352df93a7ed4a35d7a085f2
-rw-r--r-- | formula/source/core/resource/core_resource.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 1852d5839ae4..d21a7373f9ac 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 = ")" ; }; |