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





------- Additional comments from [EMAIL PROTECTED] Sun Oct 28 21:12:15 +0000 
2007 -------

Also crashes when inspecting the object with XRay:

        oObject = ThisComponent.getEmbeddedObjects().getByIndex(0)
        xray oObject 

But it does not crash when using the Object Inspector extension:


Sub Main
        oInspector = createUnoService("org.openoffice.InstanceInspector")
        oObject = ThisComponent.getEmbeddedObjects().getByIndex(0)
        oInspector.inspect(oObject, "It does not CRASH!!!")
End Sub

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