coverity#707857 Uninitialized scalar field
Change-Id: I5ac6a1807f1c7f9041b768c96e5f2ffdc3a07a86
This commit is contained in:
parent
4b99d7ebe0
commit
fc225f32d9
1 changed files with 2 additions and 0 deletions
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue