coverity#1028601 : Uninitialized scalar field

Change-Id: I654af1e44882f9e6fc9f81caab9ad367b508dd38
This commit is contained in:
Norbert Thiebaud 2014-01-28 20:31:20 -06:00
parent aeeaccf59a
commit e03cd0e033

View File

@ -1266,7 +1266,8 @@ StyleSheetPropertyMap::StyleSheetPropertyMap() :
mbCT_TblWidth_typeSet( false ),
mnListId( -1 ),
mnListLevel( -1 ),
mnOutlineLevel( -1 )
mnOutlineLevel( -1 ),
mnNumId( -1 )
{
}