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
commit4357f0d9951c545260cbd1e656906d9b9cdd8c50 (patch)
tree56c81ba2636cf255221cd65f6da38e7005ef9438
parent03167b5b7b0e36280b3dd6c1bec518efb32a877a (diff)
cppcheck: init some members in ctor
Notes
split repo tag: libs-gui_LIBREOFFICE_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 1a0099f4c3b3..94605be2686d 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 ),