summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-26 09:36:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-26 17:05:00 +0200
commit008a98d7cac16277dd88959339f172e11df74fba (patch)
tree0189fc435b3ca589f77ccb07c1b85fbefa629bf4 /sd
parent9369b2d0d01b6c7c406e8dc2f30836a6ca624787 (diff)
cid#1448222 Out-of-bounds read
possibly gold Change-Id: I170d9ae52e7e2b2869655d6649496fce8661a20b Reviewed-on: https://gerrit.libreoffice.org/76368 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 05f59426a2df..265274c1ff4d 100644
--- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
+++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -525,6 +525,7 @@ void SvxBulletAndPositionDlg::InitControls()
nNumberingType = SVX_NUM_NUMBER_NONE;
bAllLevel = false;
bSameDistBorderNum = false;
+ bSameIndent = false;
bSameBulRelSize = false;
bSameBulColor = false;
bSameStart = false;