diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2011-02-22 16:34:11 +0100 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2011-02-22 16:34:11 +0100 |
commit | 4bd94edc87f7e158b73e80f70fe6671bca85814a (patch) | |
tree | 18256c54f6b9263769c3b3ea886057168c32f4db /odk/examples/DevelopersGuide/Charts | |
parent | 928af9414dac5ff185e2a8716a585efc33be2001 (diff) |
jsc340: i114609: support passive component registration
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts')
-rw-r--r-- | odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.components | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.components b/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.components new file mode 100644 index 000000000000..e9a7baa48056 --- /dev/null +++ b/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.components @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<components xmlns="http://openoffice.org/2010/uno-components"> + <component loader="com.sun.star.loader.Java2" uri="JavaSampleChartAddIn.uno.jar"> + <implementation name="JavaSampleChartAddIn"> + <service name="com.sun.star.comp.Chart.JavaSampleChartAddIn"/> + <service name="com.sun.star.chart.Diagram"/> + <service name="com.sun.star.chart.ChartAxisYSupplier"/> + </implementation> + </component> +</components> |