chart2/source/view/charttypes/VSeriesPlotter.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 41cfd75f7b693a3a5b663c65b969e8299229aaea
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Mon Aug 29 11:23:00 2022 +0200
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Tue Aug 30 11:12:42 2022 +0200

    chart2: fix backporting issue - not adding symbols into the vector
    
    Change-Id: I8439ec7b54a7aa3860c2e16f32c777cce1f96a6e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138966
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx 
b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 3dafa94fd99d..5206635b574d 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -2928,6 +2928,7 @@ std::vector<ViewLegendSymbol> 
VSeriesPlotter::createSymbolsForSeries(
         if (xShape.is())
         {
             aEntry.aSymbol.set(xSymbolGroup, uno::UNO_QUERY);
+            aResult.push_back(aEntry);
         }
     }
     catch (const uno::Exception &)

Reply via email to