To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114180
User af changed the following:
What |Old value |New value
================================================================================
CC|'mt' |'cd,mt,pl'
--------------------------------------------------------------------------------
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Sep 1 13:47:25 +0000
2010 -------
The root cause is different from what I wrote above (which describes a symptom.)
When one of the windows involved in the actions describe above is created via
the toolkit, there are two VCLXWindow objects created for one vcl window:
One is created and creates its VCL window. This is broadcasted and one of the
listeners asks for its VCLXWindow. Because the first VCLXWindow construction is
not yet finished a second one is created.
Fixed by adding a check to VCLXToolkit::ImplCreateWindow whether its VCL window
is already connected to a VCLXWindow object. If so, then that is returned.
Otherwise a new one is created.
---------------------------------------------------------------------
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]