summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-08-21 15:06:46 +0200
committerEike Rathke <erack@redhat.com>2014-08-21 15:10:08 +0200
commit7c6a82d66ebe55fa5ce106bf60f841dd7758d2bc (patch)
treea95f40a01c528cad9a4922d94c1ebd847e3560e2 /formula
parent2b65832b5853dfea1f970141acfeee46177e3799 (diff)
write COLOR function with extension namespace
and add to Excel import/export maps so it survives saving in that format Change-Id: I3a8e07fdd1bded77d4bad60eefffeb0b1dbdd734
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 259eda09ac62..6f7f8d56d020 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -423,7 +423,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
/* END defined ERROR.TYPE() values. */
String SC_OPCODE_FILTERXML { Text = "COM.MICROSOFT.FILTERXML";};
String SC_OPCODE_WEBSERVICE { Text = "COM.MICROSOFT.WEBSERVICE"; };
- String SC_OPCODE_COLOR { Text = "COLOR"; };
+ String SC_OPCODE_COLOR { Text = "ORG.LIBREOFFICE.COLOR"; };
String SC_OPCODE_ERF_MS { Text = "COM.MICROSOFT.ERF.PRECISE" ; };
String SC_OPCODE_ERFC_MS { Text = "COM.MICROSOFT.ERFC.PRECISE" ; };
};
@@ -830,6 +830,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
/* END defined ERROR.TYPE() values. */
String SC_OPCODE_FILTERXML { Text = "_xlfn.FILTERXML";};
String SC_OPCODE_WEBSERVICE { Text = "_xlfn.WEBSERVICE"; };
+ String SC_OPCODE_COLOR { Text = "_xlfn.ORG.LIBREOFFICE.COLOR"; };
String SC_OPCODE_ERF_MS { Text = "_xlfn.ERF.PRECISE" ; };
String SC_OPCODE_ERFC_MS { Text = "_xlfn.ERFC.PRECISE" ; };
};