To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43179
User cd changed the following:
What |Old value |New value
================================================================================
CC|'' |'as,mba'
--------------------------------------------------------------------------------
Assigned to|cd |as
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Mar 24 08:30:26 -0800
2005 -------
cd: Problem is, that macro wants to load a document with the desktop and reuse
its frame. The desktop has no valid frame (no container window) and cannot be
used to load a document into its frame. This macro shouldn't crash and that is
fixed now. Correct usage of the desktop would be to load the document into a new
frame, using "_blank".
Sub Main
Dim s as String
Dim oDoc
s = "file:////home/dank/test.doc"
oDoc = StarDesktop.LoadComponentFromUrl(s, "_blank", 63, Array())
End Sub
cd: Crash is fixed now.
cd->as: Please verify MBA and my fix.
---------------------------------------------------------------------
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]