summaryrefslogtreecommitdiffstats
path: root/include/xmloff/controlpropertyhdl.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 /include/xmloff/controlpropertyhdl.hxx
parentRevert "loplugin:constfields in xmlhelp" (diff)
downloadcore-729927f7609b5753757d8c53f954958f067431aa.tar.gz
core-729927f7609b5753757d8c53f954958f067431aa.zip
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 'include/xmloff/controlpropertyhdl.hxx')
-rw-r--r--include/xmloff/controlpropertyhdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/controlpropertyhdl.hxx b/include/xmloff/controlpropertyhdl.hxx
index 1a767ff50781..6ec2cb2dab1e 100644
--- a/include/xmloff/controlpropertyhdl.hxx
+++ b/include/xmloff/controlpropertyhdl.hxx
@@ -75,7 +75,7 @@ namespace xmloff
virtual bool exportXML( OUString& _rStrExpValue, const css::uno::Any& _rValue, const SvXMLUnitConverter& _rUnitConverter ) const override;
private:
- BorderFacet const m_eFacet;
+ BorderFacet m_eFacet;
};