diff options
Diffstat (limited to 'sw/inc/modcfg.hxx')
-rw-r--r-- | sw/inc/modcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<OUString>& GetPropertyNames() const; |