summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
authorArnold Dumas <arnold@dumas.at>2016-08-21 18:54:00 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-22 06:27:56 +0000
commit57574c988c9efda1b9c72338378973a6ce0741e8 (patch)
tree5d05d82757dfdd268bb05b0dcd37ab5796f20c50 /svx/source/svdraw/svdouno.cxx
parentb65131af6005860d9977f669d8e68b8edcde239f (diff)
tdf#89329: use unique_ptr for pImpl in svdouno
Change-Id: I3e2fc34fecb735cb9696d2943e69cc9929930e23 Reviewed-on: https://gerrit.libreoffice.org/28278 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index eac5c32e9484..9ef7d6cfd1f3 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -192,7 +192,6 @@ SdrUnoObj::~SdrUnoObj()
{
OSL_FAIL( "SdrUnoObj::~SdrUnoObj: caught an exception!" );
}
- delete m_pImpl;
}
void SdrUnoObj::SetModel(SdrModel* pNewModel)