diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-03 11:19:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-03 13:23:22 +0200 |
commit | dd44857ab403f3ee3f4271a1d22906d04a05ea7c (patch) | |
tree | 696c2c8385c3019d919ebab5b01d356ce6418453 /sw | |
parent | 86143150ac287d497d7b887435de580cfb8486b9 (diff) |
tdf#143626 "protect" always shown checked for sections linked to file
Change-Id: I8a403a25ae5c5e3b6183ba559b0224f2886eb925
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119928
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dialog/uiregionsw.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx index 288fe0d1e5e2..eecdaf01a648 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(); } |