To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53818
------- Additional comments from [EMAIL PROTECTED] Wed Aug 31 05:21:58 -0700 2005 ------- Hi Noel, I have to admit, I did not really understand the problem. Currently - this may change in the future - Basic does not support the declaration of simple UNO types. Basic simply does not care about UNO types. So the statement Dim obj1 as myModule.XSomething currently is just not valid. And it should only be accepted with option compatible at all. But the reason for this is not support of UNO interface types but Basic class support where objects can be declared as Basic (not UNO) interface type. So the only valid way to use UNO types in Dim is to instantiate UNO struct types: Dim pv as new com.sun.star.beans.PropertyValue --------------------------------------------------------------------- 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]
