summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-10 16:16:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-10 16:17:55 +0000
commitfc225f32d95f87ceaa6984339f9b5a2ebd3d3682 (patch)
tree1bf0e63f1bbb5b82de09f0ca15e24ac79d1db759
parent4b99d7ebe0b78c46e22f78c4f7005901904711b9 (diff)
coverity#707857 Uninitialized scalar field
Change-Id: I5ac6a1807f1c7f9041b768c96e5f2ffdc3a07a86
-rw-r--r--filter/source/svg/svgfilter.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index 5039305131e4..d8703da8c1c4 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -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 )
{
}