diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-24 11:51:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-24 21:32:22 +0200 |
commit | 554e7d8ee6bee44d87392476a498fb7f3f6068c6 (patch) | |
tree | 74430d0b5b8c7a5da6d71aeddbd642f689f89d20 | |
parent | fd40f94e6bfcd8df200a30c933e4d09d1b99e897 (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.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx index 26e81878661f7..17e7b20136f29 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; |