diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-22 10:17:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-23 08:58:43 +0200 |
commit | 0f347c04bf1305c634b761f92ff487e831bc564c (patch) | |
tree | cfa610a2418d1fbfe963c7290a778be3c33ada6c /sax/inc/xml2utf.hxx | |
parent | f871d0e7c99d88b55c38a9878f3ef0bfec4eb089 (diff) |
loplugin:unusedfields in registry..sax
Change-Id: Ie0e2ecaadb49273cb4e78bc894111523940e7c8e
Reviewed-on: https://gerrit.libreoffice.org/39098
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sax/inc/xml2utf.hxx')
-rw-r--r-- | sax/inc/xml2utf.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx index a07a9588a7e9..18b238844220 100644 --- a/sax/inc/xml2utf.hxx +++ b/sax/inc/xml2utf.hxx @@ -41,7 +41,6 @@ private: rtl_TextToUnicodeContext m_contextText2Unicode; bool m_bCanContinue; bool m_bInitialized; - rtl_TextEncoding m_rtlEncoding; css::uno::Sequence<sal_Int8> m_seqSource; }; @@ -61,7 +60,6 @@ public: private: rtl_UnicodeToTextConverter m_convUnicode2Text; rtl_UnicodeToTextContext m_contextUnicode2Text; - rtl_TextEncoding m_rtlEncoding; css::uno::Sequence<sal_Unicode> m_seqSource; }; |