To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42991
                  Issue #:|42991
                  Summary:|API: sd.SdUnoDrawView::XServiceInfo
                Component:|api
                  Version:|680m78
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|af
              Reported by:|sw





------- Additional comments from [EMAIL PROTECTED] Thu Feb 17 04:39:03 -0800 
2005 -------
The method getSupportedServiceNames returns an empty String array.
To reproduce the behaviour just execute the following macro attached to a
DrawDocument.

Sub Main
        DrawView = ThisComponent.currentController
        msgbox DrawView.implementationName
        services = DrawView.getSupportedServiceNames
        ShowArray(services)
End Sub

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