diff options
author | Eike Rathke <erack@redhat.com> | 2018-07-12 14:51:00 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-07-12 14:51:09 +0200 |
commit | 3d73f76a91260becf171ea77589190714577b267 (patch) | |
tree | 8be201aea0054cace2d40e6120428c6181bc4723 /sw/source/ui/chrdlg/swuiccoll.cxx | |
parent | 60c2f6d7f167cc313b33d29531f8c7320903e78d (diff) |
SvTreeListBox::DoubleClickHdl: SwCondCollPage more, tdf#115950 related
Change-Id: I179c791aac5eb522aefb3ce20931fe44dd7248c6
Diffstat (limited to 'sw/source/ui/chrdlg/swuiccoll.cxx')
-rw-r--r-- | sw/source/ui/chrdlg/swuiccoll.cxx | 2 |
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) { |