summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/token.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:12:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 09:12:47 +0000
commit3bc0b5e2802bcc2e3ceb36972defe243b15e4a64 (patch)
tree10fd688acf325e63e4c55ac2a64b727c1084f3e0 /basic/source/inc/token.hxx
parentINTEGRATION: CWS npower1 (1.27.34); FILE MERGED (diff)
downloadcore-3bc0b5e2802bcc2e3ceb36972defe243b15e4a64.tar.gz
core-3bc0b5e2802bcc2e3ceb36972defe243b15e4a64.zip
INTEGRATION: CWS npower1 (1.8.72); FILE MERGED
2006/04/12 11:25:08 npower 1.8.72.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support
Diffstat (limited to 'basic/source/inc/token.hxx')
-rw-r--r--basic/source/inc/token.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx
index 65893ca67d28..6b1d81fc3b70 100644
--- a/basic/source/inc/token.hxx
+++ b/basic/source/inc/token.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: token.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 08:49:07 $
+ * last change: $Author: rt $ $Date: 2006-05-05 10:12:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,6 +122,7 @@ enum SbiToken {
JS_GT, JS_GE, JS_LSHIFT, JS_RSHIFT, JS_RSHIFT_Z,
JS_PLUS, JS_MINUS, JS_MUL, JS_DIV, JS_MOD, JS_LOG_NOT, JS_BIT_NOT,
JS_INC, JS_DEC, JS_LPAREN, JS_RPAREN, JS_LINDEX, JS_RINDEX
+ , VBASUPPORT
};
#ifdef SbiTokenSHAREDTMPUNDEF