summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-22 18:53:54 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-08-22 19:25:08 +0900
commit1fd7816b7125f4a7a7c3015bd76fee590aff3a16 (patch)
treec7de667bb401485370b0f5d576c0730548c6371c
parent4f9e522bef181e64f2ed0e0874202a6246d23608 (diff)
Remove unused function
Change-Id: I1888bb21ad55f919a25a96b5c8090d1194be51de
-rw-r--r--basic/source/inc/token.hxx2
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 )