summaryrefslogtreecommitdiffstats
path: root/basic/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-30 09:00:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-30 09:00:31 +0000
commit6dfd00d4477e6180cbaeecf04ca03357f943fd93 (patch)
tree981a477299c8ec544811c85116e412fe267fbda2 /basic/source
parentINTEGRATION: CWS npower7 (1.23.42); FILE MERGED (diff)
downloadcore-6dfd00d4477e6180cbaeecf04ca03357f943fd93.tar.gz
core-6dfd00d4477e6180cbaeecf04ca03357f943fd93.zip
INTEGRATION: CWS npower7 (1.21.48); FILE MERGED
2007/02/16 17:14:15 npower 1.21.48.1: #i73830 compatible rtl like function
Diffstat (limited to 'basic/source')
-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 98a085a9b624..f3ded5fb68b7 100644
--- a/basic/source/comp/token.cxx
+++ b/basic/source/comp/token.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: token.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:28:11 $
+ * last change: $Author: vg $ $Date: 2007-08-30 10:00:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,6 +130,7 @@ static TokenTable aTokTable_Basic [] = { // Token-Tabelle:
{ IS, "Is" },
{ LET, "Let" },
{ LIB, "Lib" },
+ { LIKE, "Like" },
{ LINE, "Line" },
{ LINEINPUT,"Line Input" },
{ LOCAL, "Local" },