cppcheck: fix m_pOwnInteraction not initialized
Change-Id: I0e83709aff4661d4b065806f7aff120ad940b4c4
This commit is contained in:
@@ -56,6 +56,7 @@ namespace svt
|
||||
SmartContent::SmartContent( const OUString& _rInitialURL )
|
||||
:m_pContent( NULL )
|
||||
,m_eState( NOT_BOUND )
|
||||
,m_pOwnInteraction( NULL )
|
||||
{
|
||||
bindTo( _rInitialURL );
|
||||
}
|
||||
|
Reference in New Issue
Block a user