summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:25:47 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:25:47 +0000
commit61f5747a991ba4b9c8877069a9ffbb5d51239fae (patch)
treebfe894b467f26191473eb13f2f23b574e83ab29e /rsc
parent6255002329a76ff0d0a6be140bebaf4f432ba78d (diff)
INTEGRATION: CWS mergebuild (1.4.52); FILE MERGED
2003/09/16 11:58:27 hjs 1.4.52.1: #95755#, #111237#, #111260#, #i8252# preparing switch to iso codes as language identifiers
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rsclex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx
index 77122dd7dbfc..5012d9630516 100644
--- a/rsc/source/parser/rsclex.cxx
+++ b/rsc/source/parser/rsclex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsclex.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:51:28 $
+ * last change: $Author: hjs $ $Date: 2004-06-26 20:25:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -276,7 +276,7 @@ int MakeToken( YYSTYPE * pTokenVal ){
i = 0;
- while( isalnum (c) || (c == '_') )
+ while( isalnum (c) || (c == '_') || (c == '-') )
{
if( nBufLen <= (USHORT)(i +1) )
{