summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2016-05-26 01:42:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-26 07:43:21 +0000
commit832c9b7b9107ca2f2a85dbf4e0e42a4c2b62a174 (patch)
tree4fad1213f2d6bb1f2bf8798be5121c671ce4dd96 /svtools
parentbb694dfef762327a5446338aa1a1ad23ed8970ed (diff)
tdf#89329: use unique_ptr for pImpl in svlbitm
Change-Id: If047546c953a5f3bf7af3f99fb7f9d604e0bdba8 Reviewed-on: https://gerrit.libreoffice.org/25476 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/svlbitm.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/contnr/svlbitm.cxx b/svtools/source/contnr/svlbitm.cxx
index ccc86ca0b763..353ff604882d 100644
--- a/svtools/source/contnr/svlbitm.cxx
+++ b/svtools/source/contnr/svlbitm.cxx
@@ -463,7 +463,6 @@ SvLBoxContextBmp::SvLBoxContextBmp()
SvLBoxContextBmp::~SvLBoxContextBmp()
{
- delete m_pImpl;
}
sal_uInt16 SvLBoxContextBmp::GetType() const