summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLChangeImportContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-16 09:50:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-16 10:55:27 +0100
commit729927f7609b5753757d8c53f954958f067431aa (patch)
tree8b7bfe88baf64db2f6ef93cd78fecc88ebf87727 /xmloff/source/text/XMLChangeImportContext.hxx
parent073817736f359821b668921cfad20c96943486bd (diff)
Revert "loplugin:constfields in xmloff"
This reverts commit 0302c9b192c3b7ba10daabed61d6864c24c14070. Change-Id: Ib919429e22ad039d6a82fe081f4e5421fe08905d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90549 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLChangeImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLChangeImportContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLChangeImportContext.hxx b/xmloff/source/text/XMLChangeImportContext.hxx
index 7dddeacc36fa..a2e88e809ae7 100644
--- a/xmloff/source/text/XMLChangeImportContext.hxx
+++ b/xmloff/source/text/XMLChangeImportContext.hxx
@@ -62,8 +62,8 @@ public:
const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList) override;
private:
- Element const m_Element;
- bool const m_bIsOutsideOfParagraph;
+ Element m_Element;
+ bool m_bIsOutsideOfParagraph;
};
#endif