diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-25 15:11:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-26 07:30:13 +0100 |
commit | 7030a5860f99378ba951ecb8e2cc0425af63b741 (patch) | |
tree | 7cd77fdc43104047315287fc2b02eefa48a3c71f /xmloff/source | |
parent | 9e23683b4c91c60e39839a03cfa6adc436a9afeb (diff) |
loplugin:unusedfields
Change-Id: I31c953c8e4c1d4ec235ea318d0aa3b7cedaed1a3
Reviewed-on: https://gerrit.libreoffice.org/69683
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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() |