summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-02 18:53:32 +0100
committerEike Rathke <erack@redhat.com>2013-12-02 19:00:12 +0100
commit027e96f462f6a3003766d3fde91b653af4bbb998 (patch)
treeecd74ec50c8055b09659144e601cd3cdcd740c46 /formula
parent371591344d5b3a8181de440b49bad0cf2f63fe2c (diff)
store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADD
Change-Id: Ie9b5f6ade1c25618aa990ce17bd7b2a2b46a250a (cherry picked from commit 8302495a219e869f194f4b585c6f2b996eee0a5c)
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 44b5fd1b2fae..ebf69ea1b3f2 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -733,7 +733,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_DDE { Text = "DDE" ; };
String SC_OPCODE_BASE { Text = "_xlfn.BASE" ; };
String SC_OPCODE_DECIMAL { Text = "_xlfn.DECIMAL" ; };
- String SC_OPCODE_CONVERT { Text = "CONVERT" ; };
+ String SC_OPCODE_CONVERT { Text = "_xlfn.ORG.OPENOFFICE.CONVERT" ; };
String SC_OPCODE_ROMAN { Text = "ROMAN" ; };
String SC_OPCODE_ARABIC { Text = "_xlfn.ARABIC" ; };
String SC_OPCODE_HYPERLINK { Text = "HYPERLINK" ; };