Kaydet (Commit) fc225f32 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707857 Uninitialized scalar field

Change-Id: I5ac6a1807f1c7f9041b768c96e5f2ffdc3a07a86
üst 4b99d7eb
......@@ -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 )
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment