From 7030a5860f99378ba951ecb8e2cc0425af63b741 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 25 Mar 2019 15:11:16 +0200 Subject: loplugin:unusedfields Change-Id: I31c953c8e4c1d4ec235ea318d0aa3b7cedaed1a3 Reviewed-on: https://gerrit.libreoffice.org/69683 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/draw/shapeexport.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 2562d125b966..58d2c2c811b5 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -547,8 +547,6 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap break; } - maShapeInfos.push_back( aShapeInfo ); - // check for shape collections (group shape or 3d scene) // and collect contained shapes style infos const uno::Reference< drawing::XShape >& xCollection = aShapeInfo.xCustomShapeReplacement.is() -- cgit v1.2.3