oox/source/ole/oleobjecthelper.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2e7c8846f806a5f26fc4fc5a60894bfa50ddde06
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Jul 10 10:36:47 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Jul 11 15:05:37 2021 +0200

    cid#1487035 Uninitialized scalar field
    
    Change-Id: I925b6efdb8d75e5960152f3758ce185aab67d206
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118704
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/oox/source/ole/oleobjecthelper.cxx 
b/oox/source/ole/oleobjecthelper.cxx
index 534d8aff97ab..9cecf3d0b705 100644
--- a/oox/source/ole/oleobjecthelper.cxx
+++ b/oox/source/ole/oleobjecthelper.cxx
@@ -47,7 +47,8 @@ using namespace ::com::sun::star::uno;
 OleObjectInfo::OleObjectInfo() :
     mbLinked( false ),
     mbShowAsIcon( false ),
-    mbAutoUpdate( false )
+    mbAutoUpdate( false ),
+    mbHasPicture( false )
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to