diff options
Diffstat (limited to 'sd/source/ui/dlg/RemoteDialogClientBox.cxx')
-rw-r--r-- | sd/source/ui/dlg/RemoteDialogClientBox.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index 476e4192d549..10cb9b687372 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -52,13 +52,6 @@ ClientBoxEntry::ClientBoxEntry(const std::shared_ptr<ClientInfo>& pClientInfo) ClientBoxEntry::~ClientBoxEntry() {} -void ClientRemovedListener::disposing( lang::EventObject const & ) -{} - -ClientRemovedListener::~ClientRemovedListener() -{ -} - // ClientBox ClientBox::ClientBox( vcl::Window* pParent, WinBits nStyle ) : @@ -98,8 +91,6 @@ ClientBox::ClientBox( vcl::Window* pParent, WinBits nStyle ) : else SetBackground( rStyleSettings.GetFieldColor() ); - m_xRemoveListener = new ClientRemovedListener( this ); - populateEntries(); Show(); @@ -121,8 +112,6 @@ void ClientBox::dispose() { m_vEntries.clear(); - m_xRemoveListener.clear(); - m_aPinBox.disposeAndClear(); m_aDeauthoriseButton.disposeAndClear(); m_aScrollBar.disposeAndClear(); |