[Libreoffice-commits] core.git: formula/source
Caolán McNamara
caolanm at redhat.com
Wed Apr 19 12:39:42 UTC 2017
formula/source/core/resource/core_resource.src | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit bc6ccee31e397ebda706640bd82df3282f92c60b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Apr 19 13:38:24 2017 +0100
these resources are not to be translated
Change-Id: I49f155d4311de4b9c298a494ebdff7e53eb49e3b
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; >;
More information about the Libreoffice-commits
mailing list