summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-16 22:38:40 +0200
committerEike Rathke <erack@redhat.com>2013-09-17 01:04:14 +0200
commit24726fe2de005fe9532487907f8867259f61260c (patch)
tree44f8619c8a336beda60d40260e0cb76a5b98ff5f /formula
parent4fc4a3f2e5f82ed473fc6e9c22aa3fdf9178c6ff (diff)
FILTERXML and WEBSERVICE were missing
... from RID_STRLIST_FUNCTION_NAMES_ENGLISH Change-Id: Ie8ef677ffb415d2a4dc29f703b80723e20e2a21a
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src10
1 files changed, 7 insertions, 3 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index e6d3474edb7e..6b1b1a848aaa 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -20,7 +20,7 @@
#include "core_resource.hrc"
#include "formula/compiler.hrc"
-// DO NOT CHANGE!
+// DO NOT CHANGE NAMES! Only add functions.
// These English names are used internally to store/load ODFF as of ODF v1.2
Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
{
@@ -362,11 +362,12 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_ERROR_NAME { Text = "#NAME?" ; };
String SC_OPCODE_ERROR_NUM { Text = "#NUM!" ; };
String SC_OPCODE_ERROR_NA { Text = "#N/A" ; };
+ /* END defined ERROR.TYPE() values. */
String SC_OPCODE_FILTERXML { Text = "COM.MICROSOFT.FILTERXML";};
String SC_OPCODE_WEBSERVICE { Text = "COM.MICROSOFT.WEBSERVICE"; };
- /* END defined ERROR.TYPE() values. */
};
-// DO NOT CHANGE!
+
+// DO NOT CHANGE NAMES! Only add functions.
// These English names are used internally to store/load ODF v1.0/v1.1 and for
// API XFunctionAccess.
Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
@@ -710,7 +711,10 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_ERROR_NUM { Text = "#NUM!" ; };
String SC_OPCODE_ERROR_NA { Text = "#N/A" ; };
/* END defined ERROR.TYPE() values. */
+ String SC_OPCODE_FILTERXML { Text = "FILTERXML";};
+ String SC_OPCODE_WEBSERVICE { Text = "WEBSERVICE"; };
};
+
Resource RID_STRLIST_FUNCTION_NAMES
{
String SC_OPCODE_IF