summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svganode.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-18 09:48:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-19 05:40:55 +0000
commit2da34e265db6ca56e43d9b2ab8cee04b1cc4fb29 (patch)
treee2cbed69babc7f551e0db01a9cd023db809b2204 /svgio/source/svgreader/svganode.cxx
parent9767537e22e178eb23872de138ea70e57c1a6725 (diff)
new loplugin: useuniqueptr: svgio
Change-Id: I645ac954ac519fe713f4347cdf69780b0f8070e4 Reviewed-on: https://gerrit.libreoffice.org/33252 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/source/svgreader/svganode.cxx')
-rw-r--r--svgio/source/svgreader/svganode.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svganode.cxx b/svgio/source/svgreader/svganode.cxx
index 9efa57331c27..7b61fcbfc934 100644
--- a/svgio/source/svgreader/svganode.cxx
+++ b/svgio/source/svgreader/svganode.cxx
@@ -36,7 +36,6 @@ namespace svgio
SvgANode::~SvgANode()
{
- delete mpaTransform;
}
const SvgStyleAttributes* SvgANode::getSvgStyleAttributes() const