[Libreoffice-commits] core.git: sw/source

Eike Rathke erack at redhat.com
Thu Jul 12 12:52:50 UTC 2018


 sw/source/ui/chrdlg/swuiccoll.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d73f76a91260becf171ea77589190714577b267
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

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