diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-23 16:14:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-24 08:32:37 +0200 |
commit | f08a06052bfe38c2bc0a23bd2c56ff9c1cb5536c (patch) | |
tree | 5cd66bffbb0bd630d11d95becd2d3b68939e7769 /include | |
parent | cec5271db3563bf393e1afe40bd5a368eeaf0b88 (diff) |
loplugin:unusedfields,can-be-const in xmlscript
Change-Id: Ibd733b822bb2eee9de6319b5ea9e4d8dd3641cdc
Reviewed-on: https://gerrit.libreoffice.org/57850
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmlscript/xml_helper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx index 508c5789fe1b..6ee6c3f5872f 100644 --- a/include/xmlscript/xml_helper.hxx +++ b/include/xmlscript/xml_helper.hxx @@ -91,7 +91,7 @@ protected: ::std::vector< css::uno::Reference< css::xml::sax::XAttributeList > > _subElems; private: - OUString _name; + OUString const _name; ::std::vector< OUString > _attrNames; ::std::vector< OUString > _attrValues; |