To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74065
User fs changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jan 31 15:00:24 -0800
2007 -------
I want to emphasize that my fix for issue 73412 did not cause this bug it - it
/revealed/ it. The real bug was introduced with issue 71514 (localization
support for toolkit controls). It did some very generous property handling, by
setting properties at some components which did not exist there, and catching
the respective UnknownPropertyException (instead of asking for the existing of
the property).
With my fix for issue 73412, this flawed code is now called about 5000 times
(which is a bug in itself, which I will submit separately), instead of the
previous about 400 calls. Well, throwing and catching 5000 exceptions is quite
expensive, and that's what you notice as slowdown.
---------------------------------------------------------------------
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]