[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - chart2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 9 10:43:12 UTC 2020


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

New commits:
commit ef3a615ebd899af32c12adcd6cf2c3e89fb60f6f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 9 09:45:37 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jul 9 12:42:12 2020 +0200

    cid#1465238 Uninitialized scalar field
    
    Change-Id: Ia0ffb4bad265aabe396ef94e3d9c2bbe79993b4f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98344
    Reviewed-by: Balazs Varga <balazs.varga991 at gmail.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Jenkins

diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 75a0ea173aba..bbc1788ec148 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -150,6 +150,7 @@ VSeriesPlotter::VSeriesPlotter( const uno::Reference<XChartType>& xChartTypeMode
         , m_xColorScheme()
         , m_pExplicitCategoriesProvider(nullptr)
         , m_bPointsWereSkipped(false)
+        , m_bPieLabelsAllowToMove(false)
 {
     SAL_WARN_IF(!m_xChartTypeModel.is(),"chart2","no XChartType available in view, fallback to default values may be wrong");
 }


More information about the Libreoffice-commits mailing list