diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-28 20:44:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-28 20:44:48 +0000 |
commit | 4357f0d9951c545260cbd1e656906d9b9cdd8c50 (patch) | |
tree | 56c81ba2636cf255221cd65f6da38e7005ef9438 | |
parent | 03167b5b7b0e36280b3dd6c1bec518efb32a877a (diff) |
cppcheck: init some members in ctor
Notes
Notes:
split repo tag: libs-gui_LIBREOFFICE_PRE_BOOTSTRAP_BUILD
-rw-r--r-- | vcl/source/gdi/pngread.cxx | 2 |
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 ), |