diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 11:37:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 12:53:59 +0200 |
commit | 4cc0b82103e0b1d28a3ada59974aac0e7da18083 (patch) | |
tree | 23dba82b06aaea6a7ea62432fc002f73229fbbde /oox/source/ppt/pptshape.cxx | |
parent | 9297aa2c08bdcdf7bf7c132fd908cd8a4cb0fae1 (diff) |
loplugin:checkunusedparams in oox
Change-Id: I95bce82654bd0da7ed76ebd22b107b870ed15a1f
Reviewed-on: https://gerrit.libreoffice.org/37144
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source/ppt/pptshape.cxx')
-rw-r--r-- | oox/source/ppt/pptshape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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> 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&) |