From 04c0b70c9bbd7c8d6e30a95c5693d283c992fd98 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Jul 2015 10:06:45 +0300 Subject: loplugin:unusedmethods sax,shell,stoc,basegfx Change-Id: I8f3871fd4e82b6850718b6f2a8757f3043d00017 --- sax/inc/xml2utf.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sax/inc') diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx index b9ffee34ee5f..bbbfd41b67ca 100644 --- a/sax/inc/xml2utf.hxx +++ b/sax/inc/xml2utf.hxx @@ -56,10 +56,6 @@ public: Unicode2TextConverter( rtl_TextEncoding encoding ); ~Unicode2TextConverter(); - inline ::com::sun::star::uno::Sequence convert( const OUString &s ) - { - return convert( s.getStr() , s.getLength() ); - } ::com::sun::star::uno::Sequence convert( const sal_Unicode * , sal_Int32 nLength ); bool canContinue() { return m_bCanContinue; } -- cgit