From 58d155b8be249a2814fa48df802b42a85b810eca Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 6 Jul 2023 08:59:18 +0200 Subject: loplugin:unusedfields all-can-be-private these fields can be private Change-Id: I74423a9ae2ef0263a28c8a716ab1c55861e453d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154092 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/chart/contexts.hxx | 1 - xmloff/source/core/SvXMLAttrCollection.hxx | 2 +- xmloff/source/forms/elementexport.hxx | 1 - xmloff/source/forms/elementimport.hxx | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx index 4a710bcc55df..729103484d0f 100644 --- a/xmloff/source/chart/contexts.hxx +++ b/xmloff/source/chart/contexts.hxx @@ -35,7 +35,6 @@ namespace com::sun::star::xml::sax { class SchXMLDocContext : public virtual SvXMLImportContext { -protected: SchXMLImportHelper& mrImportHelper; public: diff --git a/xmloff/source/core/SvXMLAttrCollection.hxx b/xmloff/source/core/SvXMLAttrCollection.hxx index a99b149650a7..5b44aeb1b782 100644 --- a/xmloff/source/core/SvXMLAttrCollection.hxx +++ b/xmloff/source/core/SvXMLAttrCollection.hxx @@ -18,10 +18,10 @@ class SvXMLAttrCollection { -public: SvXMLNamespaceMap aNamespaceMap; std::vector aAttrs; +public: bool operator==(const SvXMLAttrCollection &rCmp) const; bool AddAttr( const OUString& rLName, const OUString& rValue ); diff --git a/xmloff/source/forms/elementexport.hxx b/xmloff/source/forms/elementexport.hxx index e13edcc8c8c2..6e2ed1676ac2 100644 --- a/xmloff/source/forms/elementexport.hxx +++ b/xmloff/source/forms/elementexport.hxx @@ -39,7 +39,6 @@ namespace xmloff //= OElementExport class OElementExport : public OPropertyExport { - protected: css::uno::Sequence< css::script::ScriptEventDescriptor > m_aEvents; diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index bf91ac02136c..01de34976024 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -437,7 +437,6 @@ namespace xmloff friend class OListOptionImport; friend class OComboItemImport; - protected: std::vector m_aListSource; std::vector< OUString > -- cgit