To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69718
                 Issue #|69718
                 Summary|regression with vbasupport enabled for default method 
                        |handling
               Component|framework
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|scripting
             Assigned to|ab
             Reported by|npower





------- Additional comments from [EMAIL PROTECTED] Thu Sep 21 03:13:20 -0700 
2006 -------
during warning clean a small regression was introduced

step2.cxx:517 ( HEAD 1.22 ) 

SbxVariable* pNew = new SbxMethod( *(SbxMethod*)pMeth );

should read

SbxVariable* pNew = new SbxMethod( *(SbxMethod*)meth );
                                                ^^^^

to test 

Option VBASupport 1
Sub Main
     result = thisComponent.Sheets(0).Name
     msgbox result
End Sub

fails now

should report the Sheet1 when fixed

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