coverity#707853 Uninitialized scalar field
Change-Id: I6a406a990a114ba8c0d92b92bd4a5cb256954303
This commit is contained in:
@@ -3300,8 +3300,15 @@ PPTExtParaProv::~PPTExtParaProv()
|
||||
aBuGraList.clear();
|
||||
}
|
||||
|
||||
PPTNumberFormatCreator::PPTNumberFormatCreator( PPTExtParaProv* pParaProv ) :
|
||||
pExtParaProv ( pParaProv )
|
||||
PPTNumberFormatCreator::PPTNumberFormatCreator( PPTExtParaProv* pParaProv )
|
||||
: pExtParaProv(pParaProv)
|
||||
, nIsBullet(0)
|
||||
, nBulletChar(0)
|
||||
, nBulletFont(0)
|
||||
, nBulletHeight(0)
|
||||
, nBulletColor(0)
|
||||
, nTextOfs(0)
|
||||
, nBulletOfs(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user