summaryrefslogtreecommitdiff
path: root/include/xmloff/animexp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 13:32:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 08:29:26 +0200
commit034e9de08e0812c0920819bce68df6d9d75cdab9 (patch)
tree2cbeae3192ecece75984d2f8e320eba778649c3f /include/xmloff/animexp.hxx
parent185ed3ddb8c01ee4465ce559e37113824f57b5c7 (diff)
loplugin:checkunusedparams in xmloff
Change-Id: I59d2cb1f69882b62e6fe732e9d9214feec8a79a2 Reviewed-on: https://gerrit.libreoffice.org/37283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/animexp.hxx')
-rw-r--r--include/xmloff/animexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/animexp.hxx b/include/xmloff/animexp.hxx
index 66a8ec7e297b..8822dce490fd 100644
--- a/include/xmloff/animexp.hxx
+++ b/include/xmloff/animexp.hxx
@@ -36,7 +36,7 @@ public:
XMLAnimationsExporter( XMLShapeExport* pShapeExp );
virtual ~XMLAnimationsExporter() override;
- void prepare( const css::uno::Reference< css::drawing::XShape >& xShape, SvXMLExport& rExport );
+ void prepare( const css::uno::Reference< css::drawing::XShape >& xShape );
void collect( const css::uno::Reference< css::drawing::XShape >& xShape, SvXMLExport& rExport );
void exportAnimations( SvXMLExport& rExport );
};