To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50585
User dbo changed the following:
What |Old value |New value
================================================================================
Assigned to|dbo |thb
--------------------------------------------------------------------------------
Target milestone|OOo 2.0.1 |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jun 15 03:32:24 -0700
2005 -------
No sever problem, occurs _only_ on nonpro because of
svx/source/svdraw/impgrfll.cxx:
#ifdef DBG_UTIL
::rtl::OString aStr( aFill.toString() );
#endif
which takes too much time. I suggest to change this to
#if OSL_DEBUG_LEVEL > 1
thus toString() is only called when compiled with debug=t
=> set to OOoLater
=> THB: as agreed to you...
---------------------------------------------------------------------
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]