summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/inc
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 /sdext/source/pdfimport/inc
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 'sdext/source/pdfimport/inc')
-rw-r--r--sdext/source/pdfimport/inc/pdfparse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/inc/pdfparse.hxx b/sdext/source/pdfimport/inc/pdfparse.hxx
index d36828604229..4620cb6a624f 100644
--- a/sdext/source/pdfimport/inc/pdfparse.hxx
+++ b/sdext/source/pdfimport/inc/pdfparse.hxx
@@ -290,7 +290,6 @@ class PDFReader
{
public:
PDFReader() {}
- ~PDFReader() {}
static PDFEntry* read( const char* pFileName );
#ifdef _WIN32