Hello Andreas,
I'm investigating issue 80050(http://www.openoffice.org/issues/show_bug.cgi?id=80050), in sw\source\core\layout\trvlfrm.cxx,SwLayoutFrm::GetCntntPos(),in block:
if ( !pActual )
{
...
pActual = pCntnt;
...
}

The pCntnt will be always NULL when deleting a table containing merged cells. And it cannt break out the loop. At present I havent find a good way to resolve it. Could you give me some hints?

Regards,
Yan Wu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to