From 07f1a395098a7a3ac75eb5f05c35aa3982e33e67 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 25 May 2016 13:42:16 +0100 Subject: (nearly) nothing uses GetUniqueId anymore, so remove it. The odd one out is the usage in Formula, which attempts to restore focus to a particular window identified by an unique id. In this case restore focus by keeping a VclPtr to the desired window. Change-Id: I1dc335325c109d75745c6bba2e12662e6ae50638 --- dbaccess/source/ui/app/AppController.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source/ui/app/AppController.cxx') diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx index 01fe86d961e5..d1ed43cd2fa9 100644 --- a/dbaccess/source/ui/app/AppController.cxx +++ b/dbaccess/source/ui/app/AppController.cxx @@ -420,7 +420,6 @@ void SAL_CALL OApplicationController::disposing() bool OApplicationController::Construct(vcl::Window* _pParent) { setView( VclPtr::Create( _pParent, getORB(), *this, m_ePreviewMode ) ); - getView()->SetUniqueId(UID_APP_VIEW); // late construction bool bSuccess = false; -- cgit