coverity#738629 Uninitialized scalar field

Change-Id: Ic3bed7a422ba2073a32aefc6d44a7a4908fae8e0
This commit is contained in:
David Tardon
2014-04-19 19:38:45 +02:00
parent bb27930f0e
commit 60df2f153b

View File

@@ -57,8 +57,12 @@ public:
PBMWriter::PBMWriter(SvStream &rPBM)
: m_rOStm(rPBM)
, mpOStmOldModus(0)
, mbStatus(sal_True)
, mnMode(0)
, mpAcc(NULL)
, mnWidth(0)
, mnHeight(0)
{
}