diff options
Diffstat (limited to 'sw/source/uibase/inc/break.hxx')
-rw-r--r-- | sw/source/uibase/inc/break.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/break.hxx b/sw/source/uibase/inc/break.hxx index 1d6bc7ee5970..9c07ce2b502d 100644 --- a/sw/source/uibase/inc/break.hxx +++ b/sw/source/uibase/inc/break.hxx @@ -41,7 +41,7 @@ class SwBreakDlg : public weld::GenericDialogController sal_uInt16 nKind; ::std::optional<sal_uInt16> oPgNum; - bool const bHtmlMode; + bool bHtmlMode; DECL_LINK(ToggleHdl, weld::ToggleButton&, void); DECL_LINK(ChangeHdl, weld::ComboBox&, void); |