diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-06-06 12:47:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-06-07 19:32:24 +0000 |
commit | 0e3f354daa15e92a5a762a638f1674922864943e (patch) | |
tree | fce16ac8406fed7390e6522d92fb651e263144bd /svx | |
parent | 16e6fcfc367d9a1b0d67d1b4df0c087887f1ec34 (diff) |
tdf#89329: use unique_ptr for pImpl in unoshape
Change-Id: I1a7a7b68f58430d0975087b0f7c7ab36dc29a686
Reviewed-on: https://gerrit.libreoffice.org/25966
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 4c3c4e6041e1..53173746007c 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -234,9 +234,6 @@ SvxShape::~SvxShape() throw() SdrObject::Free( pObject ); } - delete mpImpl; - mpImpl = nullptr; - EndListeningAll(); // call explicitly within SolarMutexGuard } |