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





------- Additional comments from [EMAIL PROTECTED] Thu May 24 07:38:25 +0000 
2007 -------
Mmh, even your patch would solve this issue as well as issue 77649, I have some
concerns about it.
It would change the behavior of the function SwTableBox::IsValidNumTxtNd(..).
At the moment this function works for simple cases (only paragraphs, no
sections, no table in table) in the following way: It returns "false" if the
cell contains more than one paragraph. With your patch, even two or more
paragraphs would be accepted as "ValidNumTxt".
I would prefer a fix which does not change the behavior for these cases but
solve only the buggy ones.
Please have a look at the code (SwTableBox::IsValidNumTxtNd(..))
Instead of removing the check if the next node is an end node this check has to
be enhanced. A loop is required. Behind the text node are end nodes allowed if
it belongs to section start nodes. The first end node which does not belong to a
section start node will be the end of a cell. Then it has to be checked if this
cell is identical with the current table box to avoid a change in a table in 
table.
Oops, my idea would fix issue 77649, but not this one :-(
To fix this one, the Undo object which calls the function above has to be
change, I assume.

---------------------------------------------------------------------
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