AdministrationProvider no more accessible
Bernard Marcelly <[email protected]> Tue, 11 Jan 2011 10:52:27 +0100
| Newsgroups | gmane.comp.openoffice.devel.api |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I discovered another oddity in the configuration API in OOo 3.3 RC. It is no
longer possible to get the AdministrationProvider.
Dim cfp As Object
cfp = CreateUnoService("com.sun.star.configuration.AdministrationProvider")
cfp returns as Null, which means the service is not recognized.
Effectively, the Service Manager does not provide this service anymore.
Is this on purpose ? This service is still described in the IDL.
Regards
Bernard