summaryrefslogtreecommitdiff
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-24 21:32:22 +0200
commit554e7d8ee6bee44d87392476a498fb7f3f6068c6 (patch)
tree74430d0b5b8c7a5da6d71aeddbd642f689f89d20
parentfd40f94e6bfcd8df200a30c933e4d09d1b99e897 (diff)
cid#1448222 Out-of-bounds read
possibly coverity gold Change-Id: I6443225482eab5be31e1e12d282e420e767f23b2 Reviewed-on: https://gerrit.libreoffice.org/76254 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-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 26e81878661f..17e7b20136f2 100644
--- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
+++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -521,6 +521,7 @@ void SvxBulletAndPositionDlg::InitControls()
{
nNumberingType = SVX_NUM_NUMBER_NONE;
bAllLevel = false;
+ bSameDistBorderNum = false;
bSameBulRelSize = false;
bSameBulColor = false;
bSameStart = false;