summaryrefslogtreecommitdiff
path: root/unotools/source/misc/eventlisteneradapter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-17 09:43:45 +0200
committerNoel Grandin <noel@peralex.com>2015-11-17 10:59:48 +0200
commitedc264d1da7d4240c27c9f98efab09e84d78fff3 (patch)
tree1b5c5904b5f965660c045c5c7e16fd70c96b5c34 /unotools/source/misc/eventlisteneradapter.cxx
parent85d7a76aba066553b8ecf385f295b1630d50ab8a (diff)
use unique_ptr for pImpl in unotools/
Change-Id: I4128ca0d4ff18f6e0c3c9f8ecad13b69c38c3157
Diffstat (limited to 'unotools/source/misc/eventlisteneradapter.cxx')
-rw-r--r--unotools/source/misc/eventlisteneradapter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/misc/eventlisteneradapter.cxx b/unotools/source/misc/eventlisteneradapter.cxx
index c8f726b24ed3..ef825eab2ad3 100644
--- a/unotools/source/misc/eventlisteneradapter.cxx
+++ b/unotools/source/misc/eventlisteneradapter.cxx
@@ -105,8 +105,6 @@ namespace utl
OEventListenerAdapter::~OEventListenerAdapter()
{
stopAllComponentListening( );
- delete m_pImpl;
- m_pImpl = nullptr;
}
void OEventListenerAdapter::stopComponentListening( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& _rxComp )