From 4cc0b82103e0b1d28a3ada59974aac0e7da18083 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 May 2017 11:37:07 +0200 Subject: loplugin:checkunusedparams in oox Change-Id: I95bce82654bd0da7ed76ebd22b107b870ed15a1f Reviewed-on: https://gerrit.libreoffice.org/37144 Tested-by: Jenkins Reviewed-by: Noel Grandin --- oox/source/ppt/pptshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/ppt/pptshape.cxx') diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index 3d109e310682..9c415af67604 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -378,7 +378,7 @@ void PPTShape::addShape( // if this is a group shape, we have to add also each child shape Reference xShapes(xShape, UNO_QUERY); if (xShapes.is()) - addChildren( rFilterBase, *this, pTheme, xShapes, awt::Rectangle( maPosition.X, maPosition.Y, maSize.Width, maSize.Height ), pShapeMap, aTransformation ); + addChildren( rFilterBase, *this, pTheme, xShapes, pShapeMap, aTransformation ); } } catch (const Exception&) -- cgit