Kaydet (Commit) 6bcabfeb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708344 Uninitialized pointer field

Change-Id: I1c5ad05d5ea8a6a2fa42638c72c1d3bcf1de8897
üst fb135c7b
......@@ -1122,8 +1122,10 @@ void SvxPixelCtl::Reset()
// Constructor: BitmapCtl for SvxPixelCtl
SvxBitmapCtl::SvxBitmapCtl( Window* /*pParent*/, const Size& rSize )
: aSize(rSize)
, nLines(0)
, pBmpArray(NULL)
{
aSize = rSize;
}
SvxBitmapCtl::~SvxBitmapCtl()
......
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