summaryrefslogtreecommitdiff
path: root/basctl/util/basctl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/util/basctl.xml')
-rw-r--r--basctl/util/basctl.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/basctl/util/basctl.xml b/basctl/util/basctl.xml
new file mode 100644
index 000000000000..62971a9033c8
--- /dev/null
+++ b/basctl/util/basctl.xml
@@ -0,0 +1,23 @@
+<?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>basctl</module-name>
+ <component-description>
+ <author>Thomas Benisch</author>
+ <name>com.sun.star.comp.basctl.AccessibleWindow</name>
+ <description>specifies accessibility support for a window.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.awt.AccessibleWindow</supported-service>
+ </component-description>
+ <component-description>
+ <author>Thomas Benisch</author>
+ <name>com.sun.star.comp.basctl.AccessibleShape</name>
+ <description>specifies accessibility support for a shape.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta"/>
+ <supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
+ </component-description>
+</module-description>