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

coverity#707922 Uninitialized scalar field

Change-Id: I48f74be18664f8bf82e7b3f8576fef05b0e95630
üst 2a74c463
......@@ -79,8 +79,10 @@ OUString SAL_CALL IndexEntrySupplier_Unicode::getIndexCharacter( const OUString&
}
IndexTable::IndexTable()
: start(0)
, end(0)
, table(0)
{
table = NULL;
}
IndexTable::~IndexTable()
......
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