summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-05-29 17:41:05 +0000
committerEike Rathke <er@openoffice.org>2001-05-29 17:41:05 +0000
commit914d8fec264019df593fde364e655392d75ce539 (patch)
tree1aefc01663774b6f8467e083a0a71ad62667c99a /sc/inc/compiler.hxx
parent36f1a0d50227f6b17efe8aeb551ac1e26b498819 (diff)
#77027# interpreter error #ADDIN? and #MACRO? instead of #NAME?
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 8f5e41c07683..2ce0e2be8e51 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: compiler.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: er $ $Date: 2001-05-02 14:55:17 $
+ * last change: $Author: er $ $Date: 2001-05-29 18:39:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,6 +125,10 @@
#define errTrackFromCircRef 528
// Interpreter internal: existing cell has no value but value queried
#define errCellNoValue 529
+// Interpreter: needed AddIn not found
+#define errNoAddin 530
+// Interpreter: needed Macro not found
+#define errNoMacro 531
#define NOVALUE 0x7fff