File: ExampleAddIn.components

package info (click to toggle)
libreoffice 1%3A4.2.6-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 2,611,040 kB
file content (9 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://openoffice.org/2010/uno-components">
  <component loader="com.sun.star.loader.Java2" uri="ExampleAddIn.uno.jar">
    <implementation name="ExampleAddIn$_ExampleAddIn">
      <service name="com.sun.star.sheet.AddIn"/>
      <service name="org.openoffice.sheet.addin.ExampleAddIn"/>
    </implementation>
  </component>
</components>