| commit | 46e96625e9dc3c452a7323c8bf231fea3acab606 | [log] |
|---|---|---|
| author | Kurt Nordback <kurt.nordback@protonmail.com> | Thu Jan 04 09:17:48 2024 -0700 |
| committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | Mon Mar 11 14:56:28 2024 +0100 |
| tree | dbd949fa291be40ac7107c8d2b4a60c68191d295 | |
| parent | 09c6204b6309321aa25c542f918fde9f5f3f7fe2 [diff] |
tdf#96944: Stacked column chart does not show connection lines Change-Id: I14727e8a55231b6695c5a59dd495cd03b15d69f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161626 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
diff --git a/chart2/source/view/charttypes/BarChart.cxx b/chart2/source/view/charttypes/BarChart.cxx index cd8ab4e..fcc969b 100644 --- a/chart2/source/view/charttypes/BarChart.cxx +++ b/chart2/source/view/charttypes/BarChart.cxx
@@ -542,8 +542,6 @@ void BarChart::createShapes() getSeriesGroupShape(pSeries.get(), xSeriesTarget) ); rtl::Reference<SvxShapePolyPolygon> xShape( ShapeFactory::createLine2D( xSeriesGroupShape_Shapes, aPoly ) ); PropertyMapper::setMappedProperties( *xShape, pSeries->getPropertiesOfSeries() , PropertyMapper::getPropertyNameMapForFilledSeriesProperties() ); } } }