Kaydet (Commit) 7c406640 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#6102 Null-dereference

Change-Id: Ie69b8ac7fd402a2f13dca9a81513adeb9cae1832
üst bbde6eea
......@@ -1602,7 +1602,7 @@ SwTableLine *HTMLTable::MakeTableLine( SwTableBox *pUpper,
nTopRow, nStartCol,
nBottomRow, nSplitCol);
if ( 1 != nBoxRowSpan )
if (1 != nBoxRowSpan && pBox)
pBox->setRowSpan( nBoxRowSpan );
bSplitted = true;
......
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