[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Tue Sep 27 15:05:22 UTC 2016
vcl/source/window/floatwin.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 65fc486f7e28ec02ed481265dcaa30d09eaadc6c
Author: Caolán McNamara <caolanm at 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()
More information about the Libreoffice-commits
mailing list