summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgpathnode.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-28 09:49:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 07:26:08 +0100
commit8a9f8d35b000e37f08d391958eca0d51269a23dd (patch)
tree5c51c37eb15a1fb5a060be675cdb7eb7741fc972 /svgio/source/svgreader/svgpathnode.cxx
parentb687cebfb1488341853824de1a15c06175c94258 (diff)
loplugin:useuniqueptr in SvgPathNode
Change-Id: I8e4485a308edecf05a2bc70d5c067af3b0eef5d1 Reviewed-on: https://gerrit.libreoffice.org/50654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/source/svgreader/svgpathnode.cxx')
-rw-r--r--svgio/source/svgreader/svgpathnode.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgpathnode.cxx b/svgio/source/svgreader/svgpathnode.cxx
index 50fe2e52151e..051f4fb9972b 100644
--- a/svgio/source/svgreader/svgpathnode.cxx
+++ b/svgio/source/svgreader/svgpathnode.cxx
@@ -37,8 +37,6 @@ namespace svgio
SvgPathNode::~SvgPathNode()
{
- delete mpPolyPolygon;
- delete mpaTransform;
}
const SvgStyleAttributes* SvgPathNode::getSvgStyleAttributes() const