diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 2323f8b55169..ff8a9b3624fc 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -199,10 +199,11 @@ void Impl_OlePres::Write( SvStream & rStm ) rStm.Seek( nEndPos ); } -DffPropertyReader::DffPropertyReader( const SvxMSDffManager& rMan ) : - rManager( rMan ), - pDefaultPropSet( NULL ), - mbRotateGranientFillWithAngle ( false ) +DffPropertyReader::DffPropertyReader( const SvxMSDffManager& rMan ) + : rManager(rMan) + , pDefaultPropSet(NULL) + , mnFix16Angle(0) + , mbRotateGranientFillWithAngle(false) { InitializePropSet( DFF_msofbtOPT ); }