summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-07-12 14:51:00 +0200
committerJan Holesovsky <kendy@collabora.com>2018-07-12 18:34:11 +0200
commit32003187445f62fa6f390a09a85949b6d42b55f7 (patch)
tree61a3bdbd0b0464fed2676d3ff1871a8a887bc9aa
parentc73b9d69abf1b26dc2c6f9d6700b2a5f2c9e6f36 (diff)
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@redhat.com> Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
-rw-r--r--sw/source/ui/chrdlg/swuiccoll.cxx2
1 files changed, 1 insertions, 1 deletions
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)
{