diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 15:07:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 15:07:02 +0000 |
commit | a8290cfbad53b9835a96b1ab163e7daac89a0093 (patch) | |
tree | 8f3a9c79d89e36e34b509b7866a524fc18638955 /basic/source/comp | |
parent | 88405f0ae1913a87443c9a2494269ac4345b8ddd (diff) |
INTEGRATION: CWS ab13fixes (1.8.10); FILE MERGED
2005/01/20 16:18:03 ab 1.8.10.1: #111897# PARAMARRAY token
Diffstat (limited to 'basic/source/comp')
-rw-r--r-- | basic/source/comp/token.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 ) |