diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-19 13:38:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-19 13:39:12 +0100 |
commit | bc6ccee31e397ebda706640bd82df3282f92c60b (patch) | |
tree | d66dbefe4321fc2b8ae143a03b00796db219cd6d /formula/source | |
parent | 8fced917aa1af58216cbde56720f2f473eed86d9 (diff) |
these resources are not to be translated
Change-Id: I49f155d4311de4b9c298a494ebdff7e53eb49e3b
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 5347eb0d75ce..bd3f487e1330 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -29,7 +29,7 @@ // ScCompiler::IsOpCode() in the if (mxSymbols->isODFF()) block. StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF { - ItemList [ en-US ] = + ItemList = { < "IF" ; SC_OPCODE_IF; >; < "IFERROR" ; SC_OPCODE_IF_ERROR; >; @@ -465,7 +465,7 @@ StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF /** These function names are used in the OOXML XLSX import/export. */ StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML { - ItemList [ en-US ] = + ItemList = { < "IF" ; SC_OPCODE_IF; >; < "IFERROR" ; SC_OPCODE_IF_ERROR; >; @@ -910,7 +910,7 @@ StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML // ScCompiler::IsOpCode() in the else if (mxSymbols->isPODF()) block. StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODF { - ItemList [ en-US ] = + ItemList = { < "IF" ; SC_OPCODE_IF; >; < "IFERROR" ; SC_OPCODE_IF_ERROR; >; @@ -1356,7 +1356,7 @@ StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODF // ScCompiler::IsOpCode(). StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_API { - ItemList [ en-US ] = + ItemList = { < "IF" ; SC_OPCODE_IF; >; < "IFERROR" ; SC_OPCODE_IF_ERROR; >; @@ -1800,7 +1800,7 @@ StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH_API // at the same time. StringArray RID_STRLIST_FUNCTION_NAMES_ENGLISH { - ItemList [ en-US ] = + ItemList = { < "IF" ; SC_OPCODE_IF; >; < "IFERROR" ; SC_OPCODE_IF_ERROR; >; |