chart2/source/view/charttypes/BarChart.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 46e96625e9dc3c452a7323c8bf231fea3acab606
Author:     Kurt Nordback <kurt.nordb...@protonmail.com>
AuthorDate: Thu Jan 4 09:17:48 2024 -0700
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Mon Mar 11 14:56:28 2024 +0100

    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.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/chart2/source/view/charttypes/BarChart.cxx 
b/chart2/source/view/charttypes/BarChart.cxx
index cd8ab4e86c48..fcc969b898ad 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() );
                 }
             }
         }

Reply via email to