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





------- Additional comments from [EMAIL PROTECTED] Mon Aug  4 15:42:01 +0000 
2008 -------
SetParent sets the parent in any case; hower in case of a bordered window it
dispatches the work to its borderwindow: actually the borderwindow itself gets
reparented (setting the mprealparent before is just to prevent a recursion. In
case of an unbordered window (like for instance the just mentioned window the
SetParent was dispatched to), SetParent does the real work, removing the
reparented window from its old parent's children list (see ImplRemoveWindow) and
then adding it to the new parent's children list (see ImplInsertWindow).

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