summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-03 11:10:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-03 13:22:00 +0200
commit692d35b89a9f6de4099d180e79aa39ded1214922 (patch)
treec72c41494dd5d7525ef9b2b921efb2533f411681 /xmlscript
parent85a9b4b3cf2b61d470f74450c73abcefcadbe3e9 (diff)
loplugin:finalclasses in xmloff
Change-Id: I10ffefd29b858548472a459314c7d5632324bca2 Reviewed-on: https://gerrit.libreoffice.org/43069 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmllib_imexp/imp_share.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx
index 3e01797dac94..636c10c3a370 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -185,7 +185,6 @@ class LibrariesElement : public LibElementBase
{
friend class LibraryElement;
-protected:
std::vector< LibDescriptor > mLibDescriptors;
public:
@@ -204,7 +203,6 @@ public:
class LibraryElement : public LibElementBase
{
-protected:
std::vector< OUString > mElements;
public: