summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 08:29:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 11:15:52 +0200
commit4ed70b89aa89ff407775ede83521e9cd377159a0 (patch)
treee643060ea58d685702b2b9d03206dac0c5425287 /filter/source
parent88dfd1ed710ee2b4b606f18ff5c3f34f626ec394 (diff)
loplugin:unusedfields
Change-Id: I21e538b8e9c7a5f0fb233019efac37a3555e3c93 Reviewed-on: https://gerrit.libreoffice.org/40438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/graphicfilter/icgm/cgm.cxx1
-rw-r--r--filter/source/graphicfilter/icgm/cgm.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/icgm/cgm.cxx b/filter/source/graphicfilter/icgm/cgm.cxx
index 758f4e0a2fa8..3befe6f0d750 100644
--- a/filter/source/graphicfilter/icgm/cgm.cxx
+++ b/filter/source/graphicfilter/icgm/cgm.cxx
@@ -63,7 +63,6 @@ CGM::CGM(uno::Reference< frame::XModel > const & rModel)
, mnElementClass(0)
, mnElementID(0)
, mnElementSize(0)
- , mpGDIMetaFile(nullptr)
{
pElement = new CGMElements;
pCopyOfE = new CGMElements;
diff --git a/filter/source/graphicfilter/icgm/cgm.hxx b/filter/source/graphicfilter/icgm/cgm.hxx
index 2921ce726ca7..176da5e80608 100644
--- a/filter/source/graphicfilter/icgm/cgm.hxx
+++ b/filter/source/graphicfilter/icgm/cgm.hxx
@@ -135,7 +135,6 @@ class CGM
~CGM();
CGM(css::uno::Reference< css::frame::XModel > const & rModel);
- GDIMetaFile* mpGDIMetaFile;
sal_uInt32 GetBackGroundColor();
bool IsValid() const { return mbStatus; };
bool IsFinished() const { return mbIsFinished; };