coverity#707857 Uninitialized scalar field

Change-Id: I5ac6a1807f1c7f9041b768c96e5f2ffdc3a07a86
This commit is contained in:
Caolán McNamara 2014-03-10 16:16:26 +00:00
parent 4b99d7ebe0
commit fc225f32d9

View file

@ -67,6 +67,8 @@ SVGFilter::SVGFilter( const Reference< XComponentContext >& rxCtx ) :
mpSdrModel( NULL ),
mbPresentation( sal_False ),
mbExportAll( sal_False ),
mbSinglePage( sal_False ),
mnVisiblePage( -1 ),
mpObjects( NULL )
{
}