coverity#1028601 : Uninitialized scalar field
Change-Id: I654af1e44882f9e6fc9f81caab9ad367b508dd38
This commit is contained in:
@@ -1266,7 +1266,8 @@ StyleSheetPropertyMap::StyleSheetPropertyMap() :
|
||||
mbCT_TblWidth_typeSet( false ),
|
||||
mnListId( -1 ),
|
||||
mnListLevel( -1 ),
|
||||
mnOutlineLevel( -1 )
|
||||
mnOutlineLevel( -1 ),
|
||||
mnNumId( -1 )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user