summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/token.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 07:49:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 07:49:07 +0000
commit6d688fb21da0e93658a10a42e4ac946690b6574d (patch)
treea93e32ff85f39cae4d09734b3953c15651a0921e /basic/source/inc/token.hxx
parentINTEGRATION: CWS ab26 (1.9.30); FILE MERGED (diff)
downloadcore-6d688fb21da0e93658a10a42e4ac946690b6574d.tar.gz
core-6d688fb21da0e93658a10a42e4ac946690b6574d.zip
INTEGRATION: CWS ab26 (1.8.82); FILE MERGED
2006/04/28 07:00:59 ab 1.8.82.1: #111791# Error as command
Diffstat (limited to 'basic/source/inc/token.hxx')
-rw-r--r--basic/source/inc/token.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx
index 0aa0d6859ced..65893ca67d28 100644
--- a/basic/source/inc/token.hxx
+++ b/basic/source/inc/token.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: token.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 08:38:06 $
+ * last change: $Author: rt $ $Date: 2006-05-05 08:49:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -138,6 +138,7 @@ protected:
BOOL bEos; // TRUE bei Statement-Ende
BOOL bKeywords; // TRUE, falls Keywords geparst werden
BOOL bAs; // letztes Keyword war AS
+ BOOL bErrorIsSymbol; // Handle Error token as Symbol, not keyword
public:
SbiTokenizer( const ::rtl::OUString&, StarBASIC* = NULL );
~SbiTokenizer();