From 3d73f76a91260becf171ea77589190714577b267 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 12 Jul 2018 14:51:00 +0200 Subject: SvTreeListBox::DoubleClickHdl: SwCondCollPage more, tdf#115950 related Change-Id: I179c791aac5eb522aefb3ce20931fe44dd7248c6 --- sw/source/ui/chrdlg/swuiccoll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/chrdlg') 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) { -- cgit