From c9611c5e6465948de029e9c2fbd17e75ee07d31f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Feb 2019 15:31:15 +0200 Subject: loplugin:unusedfields in l10ntools..sax Change-Id: I6e4ff4853c3995072b020af54549dc81303a4fde Reviewed-on: https://gerrit.libreoffice.org/68225 Tested-by: Jenkins Reviewed-by: Noel Grandin --- l10ntools/inc/xmlparse.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'l10ntools/inc') diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index 67b40ac2205c..a9d2893d68b3 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -206,8 +206,6 @@ class XMLElement : public XMLParentNode private: OString m_sElementName; std::unique_ptr m_pAttributes; - OString m_sId; - OString m_sLanguageId; protected: void Print(XMLNode *pCur, OStringBuffer& rBuffer, bool bRootelement) const; @@ -237,9 +235,6 @@ public: /// Return a Unicode String representation of this object OString ToOString(); - - void SetId ( OString const & sTheId ) { m_sId = sTheId; } - void SetLanguageId ( OString const & sLangId ) { m_sLanguageId = sLangId; } }; /** Holds character data -- cgit