formula/source/core/resource/core_resource.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3201c72db76fb1baabe9becf32e7788a88fe66ac Author: Eike Rathke <er...@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 = ")" ; }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits