12345678910111213141516171819202122232425262728 |
- <?xml version="1.0"?>
- <components xmlns="http://openoffice.org/2010/uno-components">
- <component loader="com.sun.star.loader.Python"
- uri="vnd.openoffice.pymodule:pythonscript">
- <implementation
- name="org.libreoffice.pyuno.LanguageScriptProviderForPython">
- <service name="com.sun.star.script.provider.ScriptProviderForPython"/>
- <service name="com.sun.star.script.provider.LanguageScriptProvider"/>
- </implementation>
- </component>
- </components>
|