From 71511385dd6b12c3a902424652087e780fd7f3ba Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Jan 2017 17:27:22 +0100 Subject: Just pass in OUString directly Change-Id: Idf7d63672e8b330499e53c1395dedb92d25bb76a --- basic/source/comp/token.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'basic/source/comp/token.cxx') 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; -- cgit