To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53963 Issue #:|53963 Summary:|IDL: css::drawing::LayerManager Component:|api Version:|current Platform:|All URL:|http://api.openoffice.org/docs/common/ref/com/sun/sta |r/drawing/LayerManager.html OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P4 Subcomponent:|documentation Assigned to:|mi Reported by:|cyb
------- Additional comments from [EMAIL PROTECTED] Tue Aug 30 03:12:44 -0700 2005 ------- service does not list XIndexAccess as an exported interface. Yet in reality it does support XIndexAccess, which can easily be tested in SB: <code> odoc = thisComponent lmgr = odoc.getLayerManager() o = lmgr.getByIndex(0) </code> It works for both 1.1.x and 2.0 pre. --------------------------------------------------------------------- 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]
