[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 26 12:53:57 UTC 2019
sd/source/ui/dlg/BulletAndPositionDlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f27e33eb981d1c8dbae2b52985c847b6a6923a30
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jul 26 09:36:27 2019 +0100
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Fri Jul 26 14:53:15 2019 +0200
cid#1448222 Out-of-bounds read
possibly gold
Change-Id: I170d9ae52e7e2b2869655d6649496fce8661a20b
Reviewed-on: https://gerrit.libreoffice.org/76369
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
index b0511c20e8e7..034babf11666 100644
--- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
+++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -541,6 +541,7 @@ void SvxBulletAndPositionDlg::InitControls()
nNumberingType = SVX_NUM_NUMBER_NONE;
bAllLevel = false;
bSameDistBorderNum = false;
+ bSameIndent = false;
bSameBulRelSize = false;
bSameBulColor = false;
bSameStart = false;
More information about the Libreoffice-commits
mailing list