From 17e712ccc8fa93d57672916e3c8adaa8febc9f8c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 13 Mar 2020 15:46:49 +0200 Subject: Revert "loplugin:constfields in sw" This reverts commit 4969f4c0d3e2581aaa8a5b5a5769840fa6b6f8ea. Change-Id: I527e9366b05e8a20633720e334395b285991c524 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90473 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/modcfg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/modcfg.hxx') diff --git a/sw/inc/modcfg.hxx b/sw/inc/modcfg.hxx index 58b721af8007..7020bd431bb7 100644 --- a/sw/inc/modcfg.hxx +++ b/sw/inc/modcfg.hxx @@ -128,7 +128,7 @@ class SAL_DLLPUBLIC_RTTI SwInsertConfig final : public utl::ConfigItem bool m_bCaptionOrderNumberingFirst; //#i61007# caption order starting with numbering SwInsertTableOptions m_aInsTableOpts; - bool const m_bIsWeb; + bool m_bIsWeb; const css::uno::Sequence& GetPropertyNames() const; -- cgit