summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index e0123f5cf92c..e6d3474edb7e 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -363,6 +363,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_ERROR_NUM { Text = "#NUM!" ; };
String SC_OPCODE_ERROR_NA { Text = "#N/A" ; };
String SC_OPCODE_FILTERXML { Text = "COM.MICROSOFT.FILTERXML";};
+ String SC_OPCODE_WEBSERVICE { Text = "COM.MICROSOFT.WEBSERVICE"; };
/* END defined ERROR.TYPE() values. */
};
// DO NOT CHANGE!
@@ -2001,6 +2002,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
{
Text [ en-US ] = "FILTERXML";
};
+ String SC_OPCODE_WEBSERVICE
+ {
+ Text [ en-US ] = "WEBSERVICE";
+ };
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */