diff options
Diffstat (limited to 'include/xmloff/controlpropertyhdl.hxx')
-rw-r--r-- | include/xmloff/controlpropertyhdl.hxx | 2 |
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; }; |