Kaydet (Commit) 60df2f15 authored tarafından David Tardon's avatar David Tardon

coverity#738629 Uninitialized scalar field

Change-Id: Ic3bed7a422ba2073a32aefc6d44a7a4908fae8e0
üst bb27930f
...@@ -57,8 +57,12 @@ public: ...@@ -57,8 +57,12 @@ public:
PBMWriter::PBMWriter(SvStream &rPBM) PBMWriter::PBMWriter(SvStream &rPBM)
: m_rOStm(rPBM) : m_rOStm(rPBM)
, mpOStmOldModus(0)
, mbStatus(sal_True) , mbStatus(sal_True)
, mnMode(0)
, mpAcc(NULL) , mpAcc(NULL)
, mnWidth(0)
, mnHeight(0)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment