From 034e9de08e0812c0920819bce68df6d9d75cdab9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 May 2017 13:32:49 +0200 Subject: loplugin:checkunusedparams in xmloff Change-Id: I59d2cb1f69882b62e6fe732e9d9214feec8a79a2 Reviewed-on: https://gerrit.libreoffice.org/37283 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/draw/animationimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/draw/animationimport.cxx') diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx index 108ab89f5299..cf678bdfca79 100644 --- a/xmloff/source/draw/animationimport.cxx +++ b/xmloff/source/draw/animationimport.cxx @@ -1334,7 +1334,7 @@ Reference< XAnimationNode > SAL_CALL AnimationsImport::getAnimationNode() return mxRootNode; } -void AnimationNodeContext::postProcessRootNode( SvXMLImport& /*rImport*/, const Reference< XAnimationNode >& xRootNode, Reference< XPropertySet >& xPageProps ) +void AnimationNodeContext::postProcessRootNode( const Reference< XAnimationNode >& xRootNode, Reference< XPropertySet >& xPageProps ) { if( xRootNode.is() && xPageProps.is() ) try { -- cgit