diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-16 09:50:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-16 10:55:27 +0100 |
commit | 729927f7609b5753757d8c53f954958f067431aa (patch) | |
tree | 8b7bfe88baf64db2f6ef93cd78fecc88ebf87727 /include/xmloff/xmlimp.hxx | |
parent | 073817736f359821b668921cfad20c96943486bd (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 'include/xmloff/xmlimp.hxx')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 5bcd2531c845..19bb0b7b5358 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -214,7 +214,7 @@ class XMLOFF_DLLPUBLIC SvXMLImport : public cppu::WeakImplHelper< SAL_DLLPRIVATE void InitCtor_(); - SvXMLImportFlags const mnImportFlags; + SvXMLImportFlags mnImportFlags; std::set< OUString > embeddedFontUrlsKnown; bool isFastContext; css::uno::Reference< css::xml::sax::XFastParser > mxParser; |