From aeef19555a21a93bb207d00b19fa0c856d945954 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 5 May 2006 09:11:58 +0000 Subject: 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 --- basic/source/comp/token.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'basic/source/comp/token.cxx') 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" }, -- cgit