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

coverity#707923 Uninitialized scalar field

Change-Id: Ie1610a9e3df8e2844f4cc6b529d50db57ef8dc0e
üst f442139a
...@@ -109,6 +109,8 @@ void IndexTable::init(sal_Unicode start_, sal_Unicode end_, IndexKey *keys, sal_ ...@@ -109,6 +109,8 @@ void IndexTable::init(sal_Unicode start_, sal_Unicode end_, IndexKey *keys, sal_
} }
Index::Index(const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext >& rxContext) Index::Index(const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext >& rxContext)
: table_count(0)
, key_count(0)
{ {
collator = new CollatorImpl(rxContext); collator = new CollatorImpl(rxContext);
} }
......
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