summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-03 11:19:46 +0100
committerAndras Timar <andras.timar@collabora.com>2021-08-16 10:07:50 +0200
commit0ba4c18de0de6a68325a2fbe7992b1395138dcb6 (patch)
tree4110edf4c7ed2af9cb53d9f242051ee3ee2a4f00 /sw
parent2c52969d3d2ea8d8dcbbb017497eccda0d459266 (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>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dialog/uiregionsw.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx
index 843083c99eb4..d9ba3fcbb9ab 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();
}