Kaydet (Commit) c0c84786 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1249676 Uninitialized scalar field

Change-Id: I87df4e9c1d3f36afccf13aebfd95d1b4f3bfa655
üst 5c90f8dd
......@@ -42,7 +42,9 @@ using namespace com::sun::star::packages::zip::ZipConstants;
ZipPackageEntry::ZipPackageEntry()
: mbIsFolder( false )
, mbAllowRemoveOnInsert(false)
, mpParent ( NULL )
, m_nFormat(0)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment