summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-07-12 06:16:09 +0000
committerThomas Lange <tl@openoffice.org>2001-07-12 06:16:09 +0000
commit3d2df04c26646751e5c05b7d5bb94fa309037c0a (patch)
treebc6243caf6abc799a6708e853675c64a808cad7c /linguistic
parenteb32fe326a398d0e669ea55e870507f9d53c5d89 (diff)
#89562# component description new
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/xml/linguistic.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/linguistic/xml/linguistic.xml b/linguistic/xml/linguistic.xml
new file mode 100644
index 000000000000..908f1219c693
--- /dev/null
+++ b/linguistic/xml/linguistic.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>lng</module-name>
+ <component-description>
+ <author>Thomas Lange</author>
+ <name>com.sun.star.lingu2.LngSvcMgr</name>
+ <description>This component manages all registered linguistic module implementations for spellchecker, hyphenator and thesaurus.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.linguistic2.LinguServiceManager</supported-service>
+ </component-description>
+ <component-description>
+ <author>Thomas Lange</author>
+ <name>com.sun.star.lingu2.DicList</name>
+ <description>This component gives access to the list of personal-dictionaries.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.linguistic2.DictionaryList</supported-service>
+ </component-description>
+ <component-description>
+ <author>Thomas Lange</author>
+ <name>com.sun.star.lingu2.LinguProps</name>
+ <description>This component allows to access all linguistic relevant properties and some others also.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.linguistic2.LinguProperties</supported-service>
+ </component-description>
+</module-description>