diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/popupwindowcontroller.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/uno/popupwindowcontroller.cxx b/svtools/source/uno/popupwindowcontroller.cxx index 17b432c445e5..8d3efd838bd1 100644 --- a/svtools/source/uno/popupwindowcontroller.cxx +++ b/svtools/source/uno/popupwindowcontroller.cxx @@ -80,9 +80,6 @@ void PopupWindowControllerImpl::SetFloatingWindow() if( mpFloatingWindow ) { mpFloatingWindow->RemoveEventListener( LINK( this, PopupWindowControllerImpl, WindowEventListener ) ); - // tdf#119390 reparent the window, so focus is restored - // to the last focused control of the application window. - mpFloatingWindow->SetParentToDefaultWindow(); mpFloatingWindow.disposeAndClear(); } mpFloatingWindow = mpPopupWindow; |