coverity#708570 Uninitialized scalar field
Change-Id: I0b5a12181d67db6b096807b7b32836214c71ebc8
This commit is contained in:
@@ -32,7 +32,9 @@ const static OUString SELECTEDITEMS( "SelectedItems" );
|
|||||||
const static OUString ITEMS( "StringItemList" );
|
const static OUString ITEMS( "StringItemList" );
|
||||||
|
|
||||||
|
|
||||||
ScVbaListBox::ScVbaListBox( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< css::uno::XInterface >& xControl, const uno::Reference< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper ) : ListBoxImpl_BASE( xParent, xContext, xControl, xModel, pGeomHelper )
|
ScVbaListBox::ScVbaListBox( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< css::uno::XInterface >& xControl, const uno::Reference< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper )
|
||||||
|
: ListBoxImpl_BASE(xParent, xContext, xControl, xModel, pGeomHelper)
|
||||||
|
: m_nIndex(0)
|
||||||
{
|
{
|
||||||
mpListHelper.reset( new ListControlHelper( m_xProps ) );
|
mpListHelper.reset( new ListControlHelper( m_xProps ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user