vcl/source/window/floatwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65fc486f7e28ec02ed481265dcaa30d09eaadc6c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Sep 27 15:53:23 2016 +0100

    ImplEndPopupModeHdl takes no argument
    
    Change-Id: I2e4a498bb9c4d5e887f55d38cdae6c6aeef44a4d

diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index 68d44be..137944e 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -628,7 +628,7 @@ void FloatingWindow::ImplCallPopupModeEnd()
 
     // call Handler asynchronously.
     if ( mpImplData && !mnPostId )
-        mnPostId = Application::PostUserEvent( LINK( this, FloatingWindow, 
ImplEndPopupModeHdl ), mxPrevFocusWin, true );
+        mnPostId = Application::PostUserEvent(LINK(this, FloatingWindow, 
ImplEndPopupModeHdl));
 }
 
 void FloatingWindow::PopupModeEnd()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to