summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 08:36:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 07:31:25 +0000
commit4fabc2347c75bd09312c6d4b5c7695c26914af52 (patch)
tree3829249cd0698e443418c028d46352d224c3d57c /sd/source/filter/ppt
parent92c2c5f62d6e8962259e03424a40b6ac7ef32e7d (diff)
loplugin: unnecessary destructor scaddins..sdext
Change-Id: I6ae02ad25863ec7e0f780020dbc69c9a99488c24 Reviewed-on: https://gerrit.libreoffice.org/33511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/filter/ppt')
-rw-r--r--sd/source/filter/ppt/propread.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx
index c874eeb4d5fd..fc1e3f272791 100644
--- a/sd/source/filter/ppt/propread.hxx
+++ b/sd/source/filter/ppt/propread.hxx
@@ -91,7 +91,6 @@ struct PropEntry
PropEntry( sal_uInt32 nId, const sal_uInt8* pBuf, sal_uInt32 nBufSize );
PropEntry( const PropEntry& rProp );
- ~PropEntry() {}
PropEntry& operator=(const PropEntry& rPropEntry);
};