Kaydet (Commit) 13de41ea authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: uninitialized pCell

üst 8fd5b7c7
......@@ -366,7 +366,7 @@ void LwpRowLayout::ConvertCommonRow(XFTable* pXFTable,sal_uInt8 nStartCol,sal_uI
XFRow* pRow = new XFRow;
pRow->SetStyleName(m_StyleName);
XFCell * pCell;
XFCell * pCell = NULL;
LwpTableLayout* pTableLayout = GetParentTableLayout();
LwpTable* pTable = pTableLayout->GetTable();
sal_uInt8 nCellStartCol,nCellEndCol;
......
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