sfx2/source/appl/newhelp.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 36ad635381f9ea297bfbc6ed3e171ec8a5f0f785
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Thu Apr 5 21:03:11 2018 +0200

    tdf#116628: Fix expanding the entries in Help's Contents tab.
    
    Change-Id: I50627ca577bf89810c716bf9e1db9ae74cec58d1
    Reviewed-on: https://gerrit.libreoffice.org/52473
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 07d5b927a31e..1458fed74c2b 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -1694,7 +1694,8 @@ void SfxHelpIndexWindow_Impl::SetDoubleClickHdl( const 
Link<Control*,bool>& rLin
 
 IMPL_LINK(SfxHelpIndexWindow_Impl, ContentTabPageDoubleClickHdl, 
SvTreeListBox*, p, bool)
 {
-    return aPageDoubleClickLink.Call(p);
+    aPageDoubleClickLink.Call(p);
+    return true;
 }
 
 IMPL_LINK(SfxHelpIndexWindow_Impl, TabPageDoubleClickHdl, ListBox&, r, void)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to