diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 15:31:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-23 07:30:12 +0100 |
commit | c9611c5e6465948de029e9c2fbd17e75ee07d31f (patch) | |
tree | 250e63de113ac6a8c8105cabad060068d5246d13 /l10ntools/inc | |
parent | d3d8618608ec0f329a40e029de951374871a8de0 (diff) |
loplugin:unusedfields in l10ntools..sax
Change-Id: I6e4ff4853c3995072b020af54549dc81303a4fde
Reviewed-on: https://gerrit.libreoffice.org/68225
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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<XMLAttributeList> 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 |