summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/scanner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/scanner.hxx')
-rw-r--r--basic/source/inc/scanner.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/inc/scanner.hxx b/basic/source/inc/scanner.hxx
index 339b4421b829..e5575e99fbaf 100644
--- a/basic/source/inc/scanner.hxx
+++ b/basic/source/inc/scanner.hxx
@@ -61,6 +61,7 @@ protected:
bool bCompatible; // true: OPTION compatible
bool bVBASupportOn; // true: OPTION VBASupport 1 otherwise default False
bool bPrevLineExtentsComment; // true: Previous line is comment and ends on "... _"
+ bool bClosingUnderscore; // true: Closing underscore followed by end of line
bool bInStatement;
void GenError( ErrCode );