[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sw/source
Eike Rathke
erack at redhat.com
Thu Jul 12 16:34:36 UTC 2018
sw/source/ui/chrdlg/swuiccoll.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 32003187445f62fa6f390a09a85949b6d42b55f7
Author: Eike Rathke <erack at redhat.com>
Date: Thu Jul 12 14:51:00 2018 +0200
SvTreeListBox::DoubleClickHdl: SwCondCollPage more, tdf#115950 related
Change-Id: I179c791aac5eb522aefb3ce20931fe44dd7248c6
(cherry picked from commit 3d73f76a91260becf171ea77589190714577b267)
Reviewed-on: https://gerrit.libreoffice.org/57344
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx
index 5767642ac6d9..59c00d5622c1 100644
--- a/sw/source/ui/chrdlg/swuiccoll.cxx
+++ b/sw/source/ui/chrdlg/swuiccoll.cxx
@@ -228,7 +228,7 @@ IMPL_LINK( SwCondCollPage, AssignRemoveClickHdl, Button*, pBtn, void)
IMPL_LINK( SwCondCollPage, AssignRemoveTreeListBoxHdl, SvTreeListBox*, pBtn, bool)
{
AssignRemove(pBtn);
- return false;
+ return true; // signal more to be done
}
IMPL_LINK( SwCondCollPage, AssignRemoveHdl, ListBox&, rBox, void)
{
More information about the Libreoffice-commits
mailing list