summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/token.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-13 07:43:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-13 10:11:43 +0000
commite008580f6559ccf5d6cda08802020bb92e1cb21a (patch)
treea61a36779835a2e0eb689aa351556d9807b9c335 /basic/source/inc/token.hxx
parentconvert GetMangleName (diff)
downloadcore-e008580f6559ccf5d6cda08802020bb92e1cb21a.tar.gz
core-e008580f6559ccf5d6cda08802020bb92e1cb21a.zip
SbiTokenizer::Hilite unused
Diffstat (limited to 'basic/source/inc/token.hxx')
-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 1048176ad088..d5bb4a292e98 100644
--- a/basic/source/inc/token.hxx
+++ b/basic/source/inc/token.hxx
@@ -161,8 +161,6 @@ public:
SbiToken Next(); // read a token
sal_Bool MayBeLabel( sal_Bool= sal_False );
- void Hilite( SbTextPortions& );
-
void Error( SbError c ) { GenError( c ); }
void Error( SbError, SbiToken );
void Error( SbError, const char* );