sd/source/ui/dlg/BulletAndPositionDlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f27e33eb981d1c8dbae2b52985c847b6a6923a30
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Jul 26 09:36:27 2019 +0100
Commit:     Michael Stahl <michael.st...@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.st...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to