To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73880
                 Issue #|73880
                 Summary|Option Compatible - Property Get (regression)
               Component|api
                 Version|OOo 2.1
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|aladdin2k7





------- Additional comments from [EMAIL PROTECTED] Thu Jan 25 08:36:04 -0800 
2007 -------
Hi there,

This example works on OOo 2.0.4 but not on OOo 2.1.

Module MainTest 

Sub Main
Dim test As New TestClass
print test.value
End Sub

-----------------------------

Module TestClass

Option Compatible          
Option ClassModule

Property Get value As Long
value = 2
End Property

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