[Libreoffice-commits] core.git: sfx2/source
Jan Holesovsky
kendy at collabora.com
Fri Apr 6 08:10:25 UTC 2018
sfx2/source/appl/newhelp.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 36ad635381f9ea297bfbc6ed3e171ec8a5f0f785
Author: Jan Holesovsky <kendy at 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 <ci at libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy at 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)
More information about the Libreoffice-commits
mailing list