diff options
author | Eike Rathke <er@openoffice.org> | 2001-05-29 17:41:05 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-05-29 17:41:05 +0000 |
commit | 914d8fec264019df593fde364e655392d75ce539 (patch) | |
tree | 1aefc01663774b6f8467e083a0a71ad62667c99a /sc/inc/globstr.hrc | |
parent | 36f1a0d50227f6b17efe8aeb551ac1e26b498819 (diff) |
#77027# interpreter error #ADDIN? and #MACRO? instead of #NAME?
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 5d5ae04eb00d..6a148d37dc21 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -2,9 +2,9 @@ * * $RCSfile: globstr.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2001-03-27 08:45:41 $ + * 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 @@ -539,7 +539,12 @@ #define STR_UNDO_TRANSLITERATE 381 -#define STR_COUNT 381 +#define STR_NO_ADDIN 382 +#define STR_LONG_ERR_NO_ADDIN 383 +#define STR_NO_MACRO 384 +#define STR_LONG_ERR_NO_MACRO 385 + +#define STR_COUNT 385 |