summaryrefslogtreecommitdiff
path: root/sc/source/core/src
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 06:40:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 06:40:06 +0000
commit3ffaf52de8f63441d4b5bc73f3a682b6953f29ce (patch)
tree8b62bc42357efbd83994e5fdd6b4932d3b0ba20a /sc/source/core/src
parent4698fa460d67f3b6a5a2025e1400fbf8b31c8e8b (diff)
INTEGRATION: CWS calcfixes30 (1.58.88); FILE MERGED
2008/07/02 09:59:52 er 1.58.88.1: #i91294# ODFF: store ERRORTYPE as ORG.OPENOFFICE.ERRORTYPE
Diffstat (limited to 'sc/source/core/src')
-rw-r--r--sc/source/core/src/compiler.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/src/compiler.src b/sc/source/core/src/compiler.src
index 29e10f51de55..e72a63a52506 100644
--- a/sc/source/core/src/compiler.src
+++ b/sc/source/core/src/compiler.src
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: compiler.src,v $
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
* This file is part of OpenOffice.org.
*
@@ -1655,7 +1655,7 @@ Resource RID_SC_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_FISHER_INV { Text = "FISHERINV" ; };
String SC_OPCODE_S_NORM_INV { Text = "LEGACY.NORMSINV" ; };
String SC_OPCODE_GAMMA_LN { Text = "GAMMALN" ; };
- String SC_OPCODE_ERROR_TYPE { Text = "ERROR.TYPE" ; };
+ String SC_OPCODE_ERROR_TYPE { Text = "ORG.OPENOFFICE.ERRORTYPE" ; };
String SC_OPCODE_ERR_CELL { Text = "ZellError" ; }; // TODO: ancient legacy only, remove?
String SC_OPCODE_FORMULA { Text = "FORMULA"; };
String SC_OPCODE_ARC_TAN_2 { Text = "ATAN2" ; };