summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/token.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-28 15:08:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-28 15:08:27 +0000
commitba6f7c28f606c63079518eb1d92d9e9bcd6d45d3 (patch)
tree2a2607ab4c4fd50c50986e923b0eea946d11c5d3 /basic/source/inc/token.hxx
parentINTEGRATION: CWS ab13fixes (1.5.18); FILE MERGED (diff)
downloadcore-ba6f7c28f606c63079518eb1d92d9e9bcd6d45d3.tar.gz
core-ba6f7c28f606c63079518eb1d92d9e9bcd6d45d3.zip
INTEGRATION: CWS ab13fixes (1.5.14); FILE MERGED
2005/01/20 16:17:17 ab 1.5.14.1: #111897# PARAMARRAY token
Diffstat (limited to 'basic/source/inc/token.hxx')
-rw-r--r--basic/source/inc/token.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx
index 8b7be14f647b..8bcf417d9c4b 100644
--- a/basic/source/inc/token.hxx
+++ b/basic/source/inc/token.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: token.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-11-15 16:42:52 $
+ * last change: $Author: rt $ $Date: 2005-01-28 16:08:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,7 @@ enum SbiToken {
NUMBER=FIRSTEXTRA, FIXSTRING, SYMBOL, _CDECL_, BYVAL, BYREF,
OUTPUT, RANDOM, APPEND, BINARY, ACCESS,
LOCK, READ, PRESERVE, BASE, ANY, LIB, _OPTIONAL_,
- EXPLICIT, COMPATIBLE, CLASSMODULE,
+ EXPLICIT, COMPATIBLE, CLASSMODULE, PARAMARRAY,
// Ab hier kommen JavaScript-Tokens (gleiches enum, damit gleicher Typ)
FIRSTJAVA,