summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:29:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:02:35 +0000
commit1d7c589d502fb7f0d874c13e30011ca33a3fb6e4 (patch)
treed6cf220a76462436027144c6441dc0c911f3ecf9 /drawinglayer
parent04e5d7a6140295cd73ca92449d6f6783b6d8fd04 (diff)
loplugin: unnecessary destructor cppcanvas..filter
Change-Id: I009cdd60869a67d210edf879ddb451663a7b8676 Reviewed-on: https://gerrit.libreoffice.org/33491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index fbc15f5887c8..6c3cfe91e4ea 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -127,10 +127,6 @@ namespace
{
}
- ~PropertyHolder()
- {
- }
-
/// read/write accesses
const basegfx::B2DHomMatrix& getTransformation() const { return maTransformation; }
void setTransformation(const basegfx::B2DHomMatrix& rNew) { if(rNew != maTransformation) maTransformation = rNew; }