coverity#738634 Uninitialized scalar field
Change-Id: Ie83aa769b1737692a0e518b9c21371c92ec6382c
This commit is contained in:
@@ -60,6 +60,9 @@ XPMWriter::XPMWriter(SvStream& rOStm)
|
|||||||
, mbStatus(sal_True)
|
, mbStatus(sal_True)
|
||||||
, mbTrans(sal_False)
|
, mbTrans(sal_False)
|
||||||
, mpAcc(NULL)
|
, mpAcc(NULL)
|
||||||
|
, mnWidth(0)
|
||||||
|
, mnHeight(0)
|
||||||
|
, mnColors(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user