summaryrefslogtreecommitdiff
path: root/basic/source/comp/token.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-05 09:11:58 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-05 09:11:58 +0000
commitaeef19555a21a93bb207d00b19fa0c856d945954 (patch)
tree1df3f50ae92ad3a03569013ba09dccc7c3f1b5dd /basic/source/comp/token.cxx
parent06664dad2df56c89a83c3b9e07ff0379499e8841 (diff)
INTEGRATION: CWS npower1 (1.15.64); FILE MERGED
2006/04/12 11:25:07 npower 1.15.64.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support
Diffstat (limited to 'basic/source/comp/token.cxx')
-rw-r--r--basic/source/comp/token.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx
index 005606064191..6e2952871bc9 100644
--- a/basic/source/comp/token.cxx
+++ b/basic/source/comp/token.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: token.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 08:48:35 $
+ * last change: $Author: rt $ $Date: 2006-05-05 10:11:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -185,6 +185,7 @@ static TokenTable aTokTable_Basic [] = { // Token-Tabelle:
{ TYPEOF, "TypeOf" },
{ UNTIL, "Until" },
{ TVARIANT, "Variant" },
+ { VBASUPPORT, "VbaSupport" },
{ WEND, "Wend" },
{ WHILE, "While" },
{ WITH, "With" },