Kaydet (Commit) f16d329f authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#738751: Unitialized scalar field

Change-Id: Ieae3761afb4606340287e4c8d41eec53c132dfec
üst bc55934e
...@@ -1403,6 +1403,8 @@ XFCell* LwpTableLayout::GetCellsMap(sal_uInt16 nRow,sal_uInt8 nCol) ...@@ -1403,6 +1403,8 @@ XFCell* LwpTableLayout::GetCellsMap(sal_uInt16 nRow,sal_uInt8 nCol)
//add end by //add end by
LwpColumnLayout::LwpColumnLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm) LwpColumnLayout::LwpColumnLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm)
: LwpVirtualLayout(objHdr, pStrm) : LwpVirtualLayout(objHdr, pStrm)
, ccolid(0)
, cwidth(0)
{} {}
LwpColumnLayout::~LwpColumnLayout() LwpColumnLayout::~LwpColumnLayout()
......
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