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





------- Additional comments from [EMAIL PROTECTED] Tue Jun 20 03:55:15 -0700 
2006 -------
There is another problem regarding the introspection of basic:
The service com.sun.star.document.StandaloneDocumentInfo cant be used within 
basic. Because this service needs another method called first 
("loadFromURL()"). But 
the introspection of basic tries to get some informations about the supported 
property 
set ... which isnt realy available before loadFromURL() was called. Because the 
set of 
properties cames from the document and is not fix.

BTW: createInstanceWithArguments doesnt help here ... because it calls 
XInitializsation::initialize() only ... not loadFromURL() or any other method.

Example:

docinfo = createUnoService("com.sun.star.document.StandaloneDocumentInfo")
=> crash

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