summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisProperties.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-18 08:58:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-08-18 11:38:53 +0200
commit30d454e1498f74981d0e02c4121e7f4192aa3447 (patch)
treed237327e55d84e79fb5c9e5eb6b699222df8e33a /chart2/source/view/axes/VAxisProperties.cxx
parent67224d9ea094ac3db7bf9f8dd77bc1245ca5eb85 (diff)
cid#1509397 Uninitialized scalar field
Change-Id: I250a900298f455ce594bf7dd99acbe984efc5ada Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138466 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/source/view/axes/VAxisProperties.cxx')
-rw-r--r--chart2/source/view/axes/VAxisProperties.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx
index da038d27471c..96a1c7ae2d91 100644
--- a/chart2/source/view/axes/VAxisProperties.cxx
+++ b/chart2/source/view/axes/VAxisProperties.cxx
@@ -166,6 +166,7 @@ AxisProperties::AxisProperties(rtl::Reference<::chart::Axis> xAxisModel,
, m_bCrossingAxisHasReverseDirection(false)
, m_bCrossingAxisIsCategoryAxes(false)
, m_bDisplayDataTable(false)
+ , m_bDataTableAlignAxisValuesWithColumns(false)
, m_bDisplayLabels( true )
, m_bTryStaggeringFirst( false )
, m_nNumberFormatKey(0)