summaryrefslogtreecommitdiff
path: root/basic/source/inc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/parser.hxx')
-rw-r--r--basic/source/inc/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx
index caf65c56b560..0e39423b48c4 100644
--- a/basic/source/inc/parser.hxx
+++ b/basic/source/inc/parser.hxx
@@ -83,7 +83,7 @@ public:
SbiParser( StarBASIC*, SbModule* );
bool Parse();
void SetCodeCompleting( const bool& b );
- bool IsCodeCompleting() const;
+ bool IsCodeCompleting() const { return bCodeCompleting;}
SbiExprNode* GetWithVar();
// from 31.3.1996, search symbol in the runtime-library