coverity#1202951 Uninitialized scalar field
Change-Id: I309ea6c881ffb6902750ed3cb4fba1c4bc8e6975
This commit is contained in:
@@ -3011,11 +3011,12 @@ MainSequence::MainSequence()
|
||||
}
|
||||
|
||||
MainSequence::MainSequence( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode )
|
||||
: mxTimingRootNode( xNode, UNO_QUERY )
|
||||
, mbRebuilding( false )
|
||||
, mnRebuildLockGuard( 0 )
|
||||
, mbPendingRebuildRequest( false )
|
||||
, mbIgnoreChanges( 0 )
|
||||
: mxTimingRootNode( xNode, UNO_QUERY )
|
||||
, mbTimerMode( false )
|
||||
, mbRebuilding( false )
|
||||
, mnRebuildLockGuard( 0 )
|
||||
, mbPendingRebuildRequest( false )
|
||||
, mbIgnoreChanges( 0 )
|
||||
{
|
||||
init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user