To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93214
Issue #|93214
Summary|Get ClassModule property with type Variant fails
Component|scripting
Version|OOO300m3
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|ab
Reported by|npower
------- Additional comments from [EMAIL PROTECTED] Thu Aug 28 14:41:32 +0000
2008 -------
accessing a property like
Public Property Get Prop1() As Variant
Prop1 = "Passed"
End Property
will return an 'Empty' variable
however
Public Property Get Prop1() As String
Prop1 = "Passed"
End Property
will work as expected
---------------------------------------------------------------------
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]