To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88352
User tbe changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue May 13 15:09:54 +0000
2008 -------
fixed in CWS tbe33
The following files are affected:
svx/source/svxlink/linkmgr.cxx 1.32.100.1
This issue is a regression from #i77804#, which changed that
linked documents are opened hidden instead of visible
when updating DDE links. The problem is, that in
SvxInternalLink::Connect() the internal list of SfxObjectShells
is searched for the linked document. This search includes
only visible documents, therefore the linked document is
not found in the list and newly loaded for each link
seperately. This means the test document was loaded
about 80 times until dynamic memory couldn't be allocated
anymore. The fix is simply to search also for hidden
documents in the list.
As discussed with MBA, the clean up of the hidden object
shells must be further investigated, see #i89381# for more
details.
---------------------------------------------------------------------
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]