http://openoffice.org/bugzilla/show_bug.cgi?id=117297

        Issue Type: DEFECT
           Summary: CreateUnoService fails for an object that supports
                    XIndexAccess
    Classification: Code
           Product: framework
           Version: DEV300m101
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: regression
          Priority: P3
         Component: scripting
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


The following macro

Sub TestMacro
    oObj = CreateUnoService( "com.sun.star.sheet.FunctionDescriptions" )
    print IsNull(oObj)
End Sub

prints "True", because SbiRuntime::CheckArray calls getByIndex(0) for the
returned object. This was changed in CWS mib19 for #163416#.

-- 
Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification
from Bugzilla. Please log into the website and enter your comments.
---------------------------------------------------------------------
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help

Reply via email to