Kaydet (Commit) cc97d4ff authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1311336 Uninitialized scalar field

Change-Id: I112e57bd6938d601e01dcd1f8b318db73a43b00c
üst 57e5bf76
......@@ -65,6 +65,7 @@ struct UserData
explicit UserData( OUString const & rPropertyPath )
: bIsPropertyPath( true )
, sPropertyPath(rPropertyPath)
, aLineage(0)
{}
explicit UserData( Reference<XNameAccess> const & rXNameAccess, int rIndex = 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