To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81544





------- Additional comments from [EMAIL PROTECTED] Thu Feb 28 16:01:11 +0000 
2008 -------
fme->lijian: Thank you for your patch! Yes, you found the right piece of code
that has to be changed. I'll have to dig into that code somewhat deeper. A first
comment from my side: You do not need the 'if' here:

if (((SwPageFrm*)GetPrev())->IsEmptyPage())
{
    some code
}
else
    pRet = ((SwPageFrm*)GetPrev())->GetPageDesc()->GetFollow();

because the 'some code' case is also correct for non-empty pages.
 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to