sw/source/uibase/utlui/navipi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 327dd016a401c96c21a0b87acf92fb6510c5d4b5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 10 16:10:07 2016 +0000

    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 <c...@libreoffice.org>
    Reviewed-by: Maxim Monastirsky <momonas...@gmail.com>

diff --git a/sw/source/uibase/utlui/navipi.cxx 
b/sw/source/uibase/utlui/navipi.cxx
index 2a62187..365653e 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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to