summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2011-02-22 16:34:11 +0100
committerJuergen Schmidt <jsc@openoffice.org>2011-02-22 16:34:11 +0100
commit4bd94edc87f7e158b73e80f70fe6671bca85814a (patch)
tree18256c54f6b9263769c3b3ea886057168c32f4db /odk/examples/DevelopersGuide/Charts
parent928af9414dac5ff185e2a8716a585efc33be2001 (diff)
jsc340: i114609: support passive component registration
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts')
-rw-r--r--odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.components10
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>