summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmllib_imexp
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-17 08:39:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-17 08:40:27 +0200
commit2f7ccd102a6280750ce920e4c4eab66f9a01b9d3 (patch)
treef1e384c6b76b8fd9846db630ee58cdf6c9085482 /xmlscript/source/xmllib_imexp
parent234325b9fc0d54e594de8e5d2e7c717684db1745 (diff)
extend unusedfields loplugin to find fields that can be private
and apply the results in xmlscript Change-Id: Ib126f6e1576639abfd171e99d9561be9715ece2f
Diffstat (limited to 'xmlscript/source/xmllib_imexp')
-rw-r--r--xmlscript/source/xmllib_imexp/imp_share.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx
index 74560ece78a6..71d7d9435be4 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -158,7 +158,7 @@ class LibElementBase
protected:
rtl::Reference<LibraryImport> mxImport;
rtl::Reference<LibElementBase> mxParent;
-
+private:
OUString _aLocalName;
css::uno::Reference< css::xml::input::XAttributes > _xAttributes;