summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/token.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-27 17:27:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-27 17:28:27 +0100
commit71511385dd6b12c3a902424652087e780fd7f3ba (patch)
tree796193c73229510bbc7867f37d1e7ec23b1aec68 /basic/source/comp/token.cxx
parentgtktiledviewer: Can reply, delete comments from sidebar (diff)
downloadcore-71511385dd6b12c3a902424652087e780fd7f3ba.tar.gz
core-71511385dd6b12c3a902424652087e780fd7f3ba.zip
Just pass in OUString directly
Change-Id: Idf7d63672e8b330499e53c1395dedb92d25bb76a
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;