| commit | c99b55cbcd98ca6c96c901bc7c1129814cfac4ab | [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:32 2021 +0200 |
| tree | 139dd40aa0d0f681ce466566f5952363aef2aa1d | |
| parent | 7985afd7a8bdaaddaa7f544f9ec10f190d5ca394 [diff] |
tdf#143626 "protect" always shown checked for sections linked to file Change-Id: I8a403a25ae5c5e3b6183ba559b0224f2886eb925 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119861 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 fd0d328..697e165 100644 --- a/sw/source/ui/dialog/uiregionsw.cxx +++ b/sw/source/ui/dialog/uiregionsw.cxx
@@ -954,7 +954,6 @@ IMPL_LINK(SwEditRegionDlg, UseFileHdl, weld::Toggleable&, rButton, void) if( bFile ) { m_xProtectCB->set_state(TRISTATE_TRUE); ChangeProtectHdl(*m_xProtectCB); m_xFileNameED->grab_focus(); }