From 27be81819064cb96d98c881f45d6e3fbdf7a33d0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Sep 2016 12:43:01 +0200 Subject: loplugin:singlevalfields in l10ntools..sax and ignore URE headers in the plugin Change-Id: I939df744c1173cf0f67d515f6c3fb4ac4cb25588 --- sax/inc/xml2utf.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sax/inc') diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx index 25245b2a803a..c001518419d6 100644 --- a/sax/inc/xml2utf.hxx +++ b/sax/inc/xml2utf.hxx @@ -57,15 +57,10 @@ public: ~Unicode2TextConverter(); css::uno::Sequence convert( const sal_Unicode * , sal_Int32 nLength ); - bool canContinue() { return m_bCanContinue; } private: - void init( rtl_TextEncoding encoding ); - rtl_UnicodeToTextConverter m_convUnicode2Text; rtl_UnicodeToTextContext m_contextUnicode2Text; - bool m_bCanContinue; - bool m_bInitialized; rtl_TextEncoding m_rtlEncoding; css::uno::Sequence m_seqSource; }; -- cgit