diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-21 09:51:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-14 14:04:54 +0100 |
commit | da3f4786959a972d2f1e3d4fa132a2627b4a462a (patch) | |
tree | 33962d3d20f29728f5823cfd8f9b4199b6e95151 /include/xmloff/animexp.hxx | |
parent | e9986153e44d7ec6ca9c5f1373971de74dcbacda (diff) |
loplugin:unusedfields in xmloff
Change-Id: I96de7fa324e3d2e3f0f133c93cf73776f4615ed3
Reviewed-on: https://gerrit.libreoffice.org/68134
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/animexp.hxx')
-rw-r--r-- | include/xmloff/animexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/animexp.hxx b/include/xmloff/animexp.hxx index 9dfdbc6bdccf..1c8035658cbf 100644 --- a/include/xmloff/animexp.hxx +++ b/include/xmloff/animexp.hxx @@ -35,7 +35,7 @@ class XMLAnimationsExporter : public salhelper::SimpleReferenceObject std::unique_ptr<AnimExpImpl> mpImpl; public: - XMLAnimationsExporter( XMLShapeExport* pShapeExp ); + XMLAnimationsExporter(); virtual ~XMLAnimationsExporter() override; static void prepare( const css::uno::Reference< css::drawing::XShape >& xShape ); |