coverity#738629 Uninitialized scalar field
Change-Id: Ic3bed7a422ba2073a32aefc6d44a7a4908fae8e0
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user