summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/token.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/token.cxx')
-rw-r--r--basic/source/comp/token.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx
index 40397d3ee149..f422147950af 100644
--- a/basic/source/comp/token.cxx
+++ b/basic/source/comp/token.cxx
@@ -242,12 +242,6 @@ void SbiTokenizer::Push( SbiToken t )
else ePush = t;
}
-void SbiTokenizer::Error( SbError code, const char* pMsg )
-{
- aError = OUString::createFromAscii( pMsg );
- Error( code );
-}
-
void SbiTokenizer::Error( SbError code, const OUString &aMsg )
{
aError = aMsg;