Kaydet (Commit) 2e67b2c1 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#735793 Explicit null dereferenced

Change-Id: If2c4821466783908a6ac2bec3dc7a913e744fccb
üst 223c8a87
......@@ -1108,7 +1108,7 @@ void ScDocument::FillInfo(
if( pTLBR )
rArray.SetCellStyleTLBR( nFirstCol, nFirstRow, svx::frame::Style( pTLBR->GetLine(), fRowScale ) );
if( rInfo.mpBLTRLine )
if( pBLTR )
rArray.SetCellStyleBLTR( nFirstCol, nFirstRow, svx::frame::Style( pBLTR->GetLine(), fRowScale ) );
}
}
......
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