To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41365
User sw changed the following:
What |Old value |New value
================================================================================
Assigned to|sw |sab
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jan 26 05:50:40 -0800
2005 -------
wether the url exists or not doesn't influence the behaviour.
Just execute the following macro to reproduce the crash:
Sub Main
oDoc = ThisComponent
Dim aSourceArea as String
aSourceArea =
"http://qa.openoffice.org/unbranded-source/browse/*checkout*/qa/qadevOOo/testdocs/calcshapes.sxc?rev=HEAD&content-type=text/plain"
oLinks = oDoc.AreaLinks
xCell = thisComponent.Sheets(1).getCellByPosition(2,3)
oLinks.InsertAtPosition(xCell.getCellAddress, aSourceArea, "a1:b2", "", "")
oObj = oLinks.getByIndex(0)
oObj.URL="unknown"
End Sub
Even if "unknown" is replaced with a valid file url the office crashes at the
oObj.URL call.
sw->sab: seems to be one for you ... worked without crash in src680_m72
---------------------------------------------------------------------
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]