From 352e036ada79bee79b0b52352cab4b05695b1abf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Jan 2017 09:47:46 +0200 Subject: new loplugin: useuniqueptr: svl..svtools Change-Id: Ia4d5b37ee3cf67318e3cc01525e4b733af60d038 Reviewed-on: https://gerrit.libreoffice.org/33251 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svl/source/notify/isethint.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svl/source/notify') diff --git a/svl/source/notify/isethint.cxx b/svl/source/notify/isethint.cxx index 9577aefda0c4..6f810240a76d 100644 --- a/svl/source/notify/isethint.cxx +++ b/svl/source/notify/isethint.cxx @@ -32,7 +32,6 @@ SfxItemSetHint::SfxItemSetHint( const SfxItemSet &rItemSet ) SfxItemSetHint::~SfxItemSetHint() { - delete _pItemSet; } -- cgit