summaryrefslogtreecommitdiff
path: root/starmath/xml
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-09-10 11:13:44 +0000
committerThomas Lange <tl@openoffice.org>2002-09-10 11:13:44 +0000
commit4934da13b306d56413adc74e1e862adb6297e49d (patch)
tree1b4858eea286815bc1c64f78622112e0d37334e6 /starmath/xml
parentb1a03e7589ae84e54d5eb4f1da90d2647793089a (diff)
#103091# Accessible component description added
Diffstat (limited to 'starmath/xml')
-rw-r--r--starmath/xml/math.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/starmath/xml/math.xml b/starmath/xml/math.xml
index 302b1930b228..d3644ccc2589 100644
--- a/starmath/xml/math.xml
+++ b/starmath/xml/math.xml
@@ -71,4 +71,22 @@
<status value="beta"/>
<supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
</component-description>
+ <component-description>
+ <author>TL</author>
+ <name>SmGraphicAccessible</name>
+ <description>The accessible view of a formula documents visual representation.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>drafts.com.sun.star.formula.AccessibleFormulaView</supported-service>
+ </component-description>
+ <component-description>
+ <author>TL</author>
+ <name>SmEditAccessible</name>
+ <description>The accessible view of a formula documents command text.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>drafts.com.sun.star.formula.AccessibleFormulaText</supported-service>
+ </component-description>
</module-description>