diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-25 17:00:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-29 08:21:07 +0200 |
commit | 03841dc12ff3ee65ca632039418c65bbfd5ccaea (patch) | |
tree | 87149cd102235117ca884404ffe83034c90d59ca /xmloff/inc | |
parent | d7c2667089535d25b8f0ad4f58810ee54552156b (diff) |
loplugin:unusedfields-in-constructor in xmloff
fields that are only referenced in the constructor
Change-Id: I44bddb2dce2f30c21ea0f1ada4c1615c854d3334
Reviewed-on: https://gerrit.libreoffice.org/54823
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLTextHeaderFooterContext.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/animationimport.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/txtvfldi.hxx | 2 |
4 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/XMLTextHeaderFooterContext.hxx b/xmloff/inc/XMLTextHeaderFooterContext.hxx index 47688ba08021..385190dd5674 100644 --- a/xmloff/inc/XMLTextHeaderFooterContext.hxx +++ b/xmloff/inc/XMLTextHeaderFooterContext.hxx @@ -34,7 +34,6 @@ class XMLTextHeaderFooterContext: public SvXMLImportContext const OUString sOn; const OUString sShareContent; - const OUString sShareContentFirst; const OUString sText; const OUString sTextFirst; const OUString sTextLeft; diff --git a/xmloff/inc/animationimport.hxx b/xmloff/inc/animationimport.hxx index 6d59ad9a4898..b59f8cb60b30 100644 --- a/xmloff/inc/animationimport.hxx +++ b/xmloff/inc/animationimport.hxx @@ -34,7 +34,6 @@ class AnimationsImportHelperImpl; class AnimationNodeContext : public SvXMLImportContext { std::shared_ptr<AnimationsImportHelperImpl> mpHelper; - bool mbRootContext; css::uno::Reference< css::animations::XAnimationNode > mxNode; void init_node( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ); diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 350ca6d11e0e..936c7102b3fb 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -216,7 +216,6 @@ protected: class XMLAuthorFieldImportContext : public XMLSenderFieldImportContext { bool bAuthorFullName; - const OUString sServiceAuthor; const OUString sPropertyAuthorFullName; const OUString sPropertyFixed; const OUString sPropertyContent; diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx index 78f9fc6565b9..3ec143de2425 100644 --- a/xmloff/inc/txtvfldi.hxx +++ b/xmloff/inc/txtvfldi.hxx @@ -403,9 +403,7 @@ public: */ class XMLVariableDeclImportContext : public SvXMLImportContext { - OUString sName; XMLValueImportHelper aValueHelper; - sal_Int8 nNumLevel; sal_Unicode cSeparationChar; public: |