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

CID#1079314 uninitialized members

Change-Id: I3f10b7ae435f466752914ef6d98ce5f6e923b785
üst 4b96089c
......@@ -456,10 +456,12 @@ void CustomAnimationTriggerEntryItem::Clone( SvLBoxItem* )
// ====================================================================
CustomAnimationList::CustomAnimationList( ::Window* pParent )
: SvTreeListBox( pParent, WB_TABSTOP | WB_BORDER ),
mpController(0)
: SvTreeListBox( pParent, WB_TABSTOP | WB_BORDER )
, mbIgnorePaint(false)
, mpController(0)
, mnLastGroupId(0)
, mpLastParentEntry(0)
{
}
extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeCustomAnimationList( ::Window *pParent )
......
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