summaryrefslogtreecommitdiff
path: root/svgio/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-28 09:53:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-05 07:26:33 +0100
commita7205fd02331a8c5710a8ea44ed6157dbb6120cf (patch)
treea9bcb56e81c2f1698b261eca417d4a61360a5fee /svgio/source
parented50afb3c06cb7eb0df7a4633bbff2498577e7e9 (diff)
loplugin:useuniqueptr in SvgPolyNode
Change-Id: I0227c8a36abbdb88f17cfea186eea28c9f566bd5 Reviewed-on: https://gerrit.libreoffice.org/50656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/source')
-rw-r--r--svgio/source/svgreader/svgpolynode.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgpolynode.cxx b/svgio/source/svgreader/svgpolynode.cxx
index 5de5fc87cc0d..14792a838678 100644
--- a/svgio/source/svgreader/svgpolynode.cxx
+++ b/svgio/source/svgreader/svgpolynode.cxx
@@ -40,8 +40,6 @@ namespace svgio
SvgPolyNode::~SvgPolyNode()
{
- delete mpaTransform;
- delete mpPolygon;
}
const SvgStyleAttributes* SvgPolyNode::getSvgStyleAttributes() const