summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-28 20:44:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-28 20:44:48 +0000
commit8f3b07ce2a569dedd1c15c746023949e134a2aa9 (patch)
treef515fe7108acbdd02cb207dba6b4a543d97f4615
parent739f7b5f6495fbd4f6b66764193ecbe23664e241 (diff)
cppcheck: init some members in ctorLIBREOFFICE_PRE_BOOTSTRAP_BUILD
-rw-r--r--vcl/source/gdi/pngread.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index b3b44b6a7c..b06caacdc2 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -200,7 +200,9 @@ PNGReaderImpl::PNGReaderImpl( SvStream& rPNGStream )
mpInflateInBuf ( NULL ),
mpScanPrior ( NULL ),
mpTransTab ( NULL ),
+ mpScanCurrent ( NULL ),
mpColorTable ( (sal_uInt8*) mpDefaultColorTable ),
+ mnPass ( 0 ),
mbzCodecInUse ( sal_False ),
mbStatus( TRUE),
mbIDAT( FALSE ),