summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-24 11:51:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-25 09:26:46 +0200
commit55059c98262bdc21cac97d09cdf8b2a263f2c6d3 (patch)
treecc4d75fd6d2934a90938193f2c962883012e4d11 /sd
parentf5f894e1608a75dffc07ddb3644b566fee1b6848 (diff)
cid#1448222 Out-of-bounds read
possibly coverity gold Change-Id: I6443225482eab5be31e1e12d282e420e767f23b2 Reviewed-on: https://gerrit.libreoffice.org/76276 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/BulletAndPositionDlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
index 60a97f87c996..69a459f99b01 100644
--- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
+++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -540,6 +540,7 @@ void SvxBulletAndPositionDlg::InitControls()
{
nNumberingType = SVX_NUM_NUMBER_NONE;
bAllLevel = false;
+ bSameDistBorderNum = false;
bSameBulRelSize = false;
bSameBulColor = false;
bSameStart = false;