From 3498a66f723dd2b57897a21a1a65c66a03688f15 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 10 Nov 2016 16:10:07 +0000 Subject: Resolves: tdf#103809 the argument is a bool* not a VclPtr (cherry picked from commit 8445764681bfe7bd6cd31194878e1314a8fafa3b) Change-Id: Ia07f4ff7b243708304186c840135ec1180621fa5 Reviewed-on: https://gerrit.libreoffice.org/30760 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- sw/source/uibase/utlui/navipi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx index 2a62187f522b..365653e491ef 100644 --- a/sw/source/uibase/utlui/navipi.cxx +++ b/sw/source/uibase/utlui/navipi.cxx @@ -230,7 +230,7 @@ IMPL_LINK_TYPED( SwNavigationPI, ToolBoxSelectHdl, ToolBox *, pBox, void ) { // #i75416# move the execution of the search to an asynchronously called static link bool* pbNext = new bool( FN_DOWN == nCurrItemId ); - Application::PostUserEvent( LINK(pView, SwView, MoveNavigationHdl), pbNext, true ); + Application::PostUserEvent( LINK(pView, SwView, MoveNavigationHdl), pbNext ); } break; case FN_SHOW_ROOT: -- cgit v1.2.3