Kaydet (Commit) a02ec9eb authored tarafından Noel Grandin's avatar Noel Grandin

cid#705907 dereference before null check

Change-Id: I51f0331830fc6d6eaae1ca33c7387e76390ec1cb
üst c31644d4
...@@ -2187,7 +2187,7 @@ void SdrTableObj::AddToHdlList(SdrHdlList& rHdlList) const ...@@ -2187,7 +2187,7 @@ void SdrTableObj::AddToHdlList(SdrHdlList& rHdlList) const
} }
// now add visible edges to row and column handles // now add visible edges to row and column handles
if( mpImpl && mpImpl->mpLayouter ) if( mpImpl->mpLayouter )
{ {
TableLayouter& rLayouter = *mpImpl->mpLayouter; TableLayouter& rLayouter = *mpImpl->mpLayouter;
......
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