Matthias Benkmann wrote:
I wonder where the service com.sun.star.script.BasicIDE comes from.
I've searched the sources for an *.idl file that declares it but
haven't found any. Is it not possible to regenerate the complete
services.rdb just from the *.idl files?

Yours

Matthias

Unfortunately, services.rdb and service descriptions in UNOIDL have little in common: in a way, services.rdb lists all the service implementations that have been deployed, while service descriptions in UNOIDL state what specific attributes a service with a given name should have whether or not it is actually deployed. There can be significant differences between the two lists (in some cases due to sloppiness, and in some cases due to the ill-defined concept of "service" in the past).

Regarding the service com.sun.star.script.BasicIDE:

- Using regview on services.rdb shows that that service is implemented as com.sun.star.comp.basic.BasicIDE in the basctl dynamic library (CVS module basctl).

- That there is no UNOIDL description of that service IMO is an error, for which you should file an issue.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to