diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:41:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:41:36 +0000 |
commit | dac9abab0861abfcb950ba349dfc2c72646d09e5 (patch) | |
tree | f1cbc9b59178e384e8c5f98dc66495d632887cbc /sw/xml | |
parent | eba34d8c13cff414dbc6c7390f22e5cb45c5c390 (diff) |
INTEGRATION: CWS chart2mst3 (1.12.220); FILE MERGED
2005/05/17 16:57:19 bm 1.12.220.2: RESYNC: (1.12-1.13); FILE MERGED
2004/06/10 11:56:38 tl 1.12.220.1: #i30052# chart2 support
Diffstat (limited to 'sw/xml')
-rw-r--r-- | sw/xml/writer.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/sw/xml/writer.xml b/sw/xml/writer.xml index c644947fb0..c104852960 100644 --- a/sw/xml/writer.xml +++ b/sw/xml/writer.xml @@ -2,6 +2,51 @@ <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> <module-description xmlns:xlink="http://www.w3.org/1999/xlink"> <module-name>sw</module-name> + + <component-description> + <author>TL</author> + <name>SwChartDataProvider</name> + <description> + This component provides ... + </description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="alpha"/> + <supported-service>com.sun.star.chart2.DataProvider</supported-service> + </component-description> + <component-description> + <author>TL</author> + <name>SwChartDataSource</name> + <description> + This component provides ... + </description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="alpha"/> + <supported-service>com.sun.star.chart2.DataSource</supported-service> + </component-description> + <component-description> + <author>TL</author> + <name>SwChartDataSequence</name> + <description> + This component provides ... + </description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="alpha"/> + <supported-service>com.sun.star.chart2.DataSequence</supported-service> + </component-description> + <component-description> + <author>TL</author> + <name>SwChartLabeledDataSequence</name> + <description> + This component provides ... + </description> + <loader-name>com.sun.star.loader.SharedLibrary</loader-name> + <language>c++</language> + <status value="alpha"/> + <supported-service>com.sun.star.chart2.LabeledDataSequence</supported-service> + </component-description> <component-description> <author>TL</author> <name>com.sun.star.style.CharacterStyle</name> |