summaryrefslogtreecommitdiff
path: root/sc/source/core/src
diff options
context:
space:
mode:
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" ; };