summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-03-10 16:12:53 +0100
committerEike Rathke <erack@redhat.com>2014-03-10 16:14:50 +0100
commitd4cc603a5f80af746a5f381f28cfa049af5b314a (patch)
tree75a3041b3d8a22868ab289663b22dfe6fad64213 /formula
parentd7e34f117cfd0f651d3e723baa09528968daf2dd (diff)
ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-up
Change-Id: I486261d34d62bc5eda0a202cbb1dcb875ffcf39b
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 30e8d16b6401..28ecee3ee5bc 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -550,7 +550,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_ARC_TAN_2 { Text = "ATAN2" ; };
String SC_OPCODE_CEIL { Text = "CEILING" ; };
String SC_OPCODE_CEIL_MS { Text = "_xlfn.CEILING.PRECISE" ; };
- String SC_OPCODE_CEIL_ISO { Text = "_xlfn.ISO.CEILING" ; };
+ String SC_OPCODE_CEIL_ISO { Text = "ISO.CEILING" ; };
String SC_OPCODE_FLOOR_MS { Text = "_xlfn.FLOOR.PRECISE" ; };
String SC_OPCODE_FLOOR { Text = "FLOOR" ; };
String SC_OPCODE_ROUND { Text = "ROUND" ; };