diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-22 10:36:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-23 07:17:50 +0000 |
commit | 29a9e97db65bcf5914aed9bf8cb8e8f38c3c5fc0 (patch) | |
tree | d4c30fc0519eb34bf27c47515a28908bf426a999 /include/xmlscript/xml_helper.hxx | |
parent | c895cb32fa8d1cf7fa82cebbde9d8259e68e66f6 (diff) |
loplugin field-can-be-private in include/vcl..xmlscript
Change-Id: Ia03f7cccb256d825daa4dc6f4c0598448e46e6cf
Reviewed-on: https://gerrit.libreoffice.org/31069
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmlscript/xml_helper.hxx')
-rw-r--r-- | include/xmlscript/xml_helper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx index 22066affb016..59129f19984c 100644 --- a/include/xmlscript/xml_helper.hxx +++ b/include/xmlscript/xml_helper.hxx @@ -94,13 +94,13 @@ public: throw (css::uno::RuntimeException, std::exception) override; protected: + ::std::vector< css::uno::Reference< + css::xml::sax::XAttributeList > > _subElems; +private: OUString _name; - ::std::vector< OUString > _attrNames; ::std::vector< OUString > _attrValues; - ::std::vector< css::uno::Reference< - css::xml::sax::XAttributeList > > _subElems; }; |