chart2/source/view/main/VDataSeries.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0956dda717473eb7ac0d0936ce457e66301ab400 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Feb 29 08:29:31 2024 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Feb 29 15:07:18 2024 +0100 cid#1169880 Uninitialized scalar field Change-Id: I0ac1cc740f8d559cf8fa7b69947b6f152eae807a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164138 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx index 88462ebcf0b7..b6605942e338 100644 --- a/chart2/source/view/main/VDataSeries.cxx +++ b/chart2/source/view/main/VDataSeries.cxx @@ -1083,6 +1083,7 @@ VDataSeries::VDataSeries() , m_bConnectBars(false) , m_bGroupBarsPerAxis(false) , m_nStartingAngle(0) + , m_ePieChartSubType(PieChartSubType_NONE) , m_nGlobalSeriesIndex(0) , m_nCurrentAttributedPoint(0) , m_nMissingValueTreatment(0)
