| commit | c35282c8f9c06b7804101dddc5a5d3c8dec267d2 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Tue Aug 03 11:19:46 2021 +0100 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Sun Aug 08 12:29:13 2021 +0200 |
| tree | a6fdbcad67de13aca0ac983178cf74d5b9004cd0 | |
| parent | 319dc6a20a9a8c84cffc583eefbc94636bf9fee8 [diff] |
tdf#143626 "protect" always shown checked for sections linked to file Change-Id: I8a403a25ae5c5e3b6183ba559b0224f2886eb925 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119862 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx index 843083c..d9ba3fc 100644 --- a/sw/source/ui/dialog/uiregionsw.cxx +++ b/sw/source/ui/dialog/uiregionsw.cxx
@@ -952,7 +952,6 @@ IMPL_LINK(SwEditRegionDlg, UseFileHdl, weld::ToggleButton&, rButton, void) if( bFile ) { m_xProtectCB->set_state(TRISTATE_TRUE); ChangeProtectHdl(*m_xProtectCB); m_xFileNameED->grab_focus(); }