diff options
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/inc/token.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx index 308d68949e83..b48e78428b8c 100644 --- a/basic/source/inc/token.hxx +++ b/basic/source/inc/token.hxx @@ -157,8 +157,6 @@ public: void Error( SbError, const char* ); void Error( SbError, const ::rtl::OUString &); - void Keywords( sal_Bool b ) { bKeywords = b; } - static sal_Bool IsEoln( SbiToken t ) { return sal_Bool( t == EOS || t == EOLN || t == REM ); } static sal_Bool IsKwd( SbiToken t ) |