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/XMLTextHeaderFooterContext.hxx | |
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/XMLTextHeaderFooterContext.hxx')
-rw-r--r-- | xmloff/inc/XMLTextHeaderFooterContext.hxx | 1 |
1 files changed, 0 insertions, 1 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; |