From a8290cfbad53b9835a96b1ab163e7daac89a0093 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 28 Jan 2005 15:07:02 +0000 Subject: INTEGRATION: CWS ab13fixes (1.8.10); FILE MERGED 2005/01/20 16:18:03 ab 1.8.10.1: #111897# PARAMARRAY token --- basic/source/comp/token.cxx | 6 ++++-- 1 file changed, 4 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 da7b30fcbf25..af84392cfdbf 100644 --- a/basic/source/comp/token.cxx +++ b/basic/source/comp/token.cxx @@ -2,9 +2,9 @@ * * $RCSfile: token.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2004-12-10 17:20:26 $ + * last change: $Author: rt $ $Date: 2005-01-28 16:07:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,6 +171,7 @@ static TokenTable aTokTable_Basic [] = { // Token-Tabelle: { _OPTIONAL_, "Optional" }, { OR, "Or" }, { OUTPUT, "Output" }, + { PARAMARRAY, "ParamArray" }, { PRESERVE, "Preserve" }, { PRINT, "Print" }, { PRIVATE, "Private" }, @@ -630,6 +631,7 @@ special: { SbiToken eTok = tp->t; if( eTok == CLASSMODULE || + eTok == PARAMARRAY || eTok == ENUM || eTok == PROPERTY || eTok == GET ) -- cgit