coverity#707839 Uninitialized scalar field
Change-Id: Ib9cf1d3da0cf03b6aa0aaa7b5206803730115cc8
This commit is contained in:
@@ -199,10 +199,11 @@ void Impl_OlePres::Write( SvStream & rStm )
|
|||||||
rStm.Seek( nEndPos );
|
rStm.Seek( nEndPos );
|
||||||
}
|
}
|
||||||
|
|
||||||
DffPropertyReader::DffPropertyReader( const SvxMSDffManager& rMan ) :
|
DffPropertyReader::DffPropertyReader( const SvxMSDffManager& rMan )
|
||||||
rManager( rMan ),
|
: rManager(rMan)
|
||||||
pDefaultPropSet( NULL ),
|
, pDefaultPropSet(NULL)
|
||||||
mbRotateGranientFillWithAngle ( false )
|
, mnFix16Angle(0)
|
||||||
|
, mbRotateGranientFillWithAngle(false)
|
||||||
{
|
{
|
||||||
InitializePropSet( DFF_msofbtOPT );
|
InitializePropSet( DFF_msofbtOPT );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user