[Libreoffice-commits] core.git: Branch 'libreoffice-7-2-0' - sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 10 11:36:37 UTC 2021
sw/source/ui/dialog/uiregionsw.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 0188896ffb39a40e9db02b7e1908e601565e98aa
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Aug 3 11:19:46 2021 +0100
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Tue Aug 10 13:35:58 2021 +0200
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 at ubuntu.com>
(cherry picked from commit c99b55cbcd98ca6c96c901bc7c1129814cfac4ab)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120151
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx
index fd0d32801caa..697e165642a0 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();
}
More information about the Libreoffice-commits
mailing list