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

New commits:
commit 32003187445f62fa6f390a09a85949b6d42b55f7
Author: Eike Rathke <er...@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 <er...@redhat.com>
    Tested-by: Jenkins
    Reviewed-by: Jan Holesovsky <ke...@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)
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to