UnoControls/source/base/basecontrol.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 0c250130e576815b7d6d1645a7163e71550fd72f Author: Noel Grandin <[email protected]> AuthorDate: Fri Nov 8 12:11:03 2024 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Fri Nov 8 14:06:38 2024 +0100 remove dead code since commit 9cef1d069a21cb821b1ef880da0358aa2a959a40 Author: Noel Grandin <[email protected]> Date: Tue Sep 12 13:32:21 2023 +0200 loplugin:unodispose in UnoControls Change-Id: I36b0bcdeb61dda176ac6778ef1116378d40531f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176264 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Jenkins diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx index 146239f177a8..9f84547fe510 100644 --- a/UnoControls/source/base/basecontrol.cxx +++ b/UnoControls/source/base/basecontrol.cxx @@ -191,12 +191,6 @@ void SAL_CALL BaseControl::dispose() m_xPeer->dispose(); m_xPeerWindow.clear(); m_xPeer.clear(); - - if ( m_xMultiplexer.is() ) - { - // take changes on multiplexer - m_xMultiplexer->setPeer( Reference< XWindow >() ); - } } // release view
