To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57049


User tl changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|tl                        |cn
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jul  7 04:11:19 -0700 
2006 -------
The problem does not seem to exist anymore in 680 m173.

Please run the following Basic macro to check
==============================
Sub Main

' create insertion-textcursor
xTextDoc = ThisComponent
xInsert = xTextDoc.getText().createTextCursor()

'msgbox "test 1"

' trying to insert a document with a non-existing file-URL
' causes OOo to freeze IF the URL start with a drive letter "c:"
insertProps = DimArray()
xInsert.insertDocumentFromURL("file:///c:/aFolder/aNonExistingFile", 
insertProps)

'msgbox "test 2"

' trying to insert a document with a non-existing file-URL
' causes OOo to freeze IF the URL is an unresolved http-url.
insertProps = DimArray()
xInsert.insertDocumentFromURL("http://www.michgibtswirklichnichtglaubichauchnicht.de/index.odt";,
insertProps)

msgbox "finished!"

End Sub
==============================

There will be proper messages about a non-existing file/directory and the second
one will report a time-out.
Thus everything seems fine here.

TL->CN: Please confirm. Thanks!


---------------------------------------------------------------------
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]

Reply via email to