diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:17:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:17:52 +0000 |
commit | 3c2256f1ca9edc2585e02f9cc8436b7900f967e3 (patch) | |
tree | cd52c1bd588942a6f1dd17e73947079c26baa6b1 /sc/xml | |
parent | 554473b5d63d1854580a5831ff00db06d68feb70 (diff) |
INTEGRATION: CWS uaa02 (1.2.136); FILE MERGED
2003/04/22 08:15:09 mt 1.2.136.1: #108656# Moved Accessibility from drafts to final
Diffstat (limited to 'sc/xml')
-rw-r--r-- | sc/xml/ScAccessibleCell.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/xml/ScAccessibleCell.xml b/sc/xml/ScAccessibleCell.xml index 0e39d885c444..89ab2bdf03a9 100644 --- a/sc/xml/ScAccessibleCell.xml +++ b/sc/xml/ScAccessibleCell.xml @@ -10,11 +10,11 @@ <loader-name>com.sun.star.loader.SharedLibrary</loader-name> <language>c++</language> <status value="final"/> - <supported-service>drafts.com.sun.star.sheet.AccessibleCell</supported-service> - <type>drafts.com.sun.star.accessibility.XAccessibleContext</type> - <type>drafts.com.sun.star.accessibility.XAccessibleComponent</type> - <type>drafts.com.sun.star.accessibility.XAccessibleValue</type> - <type>drafts.com.sun.star.accessibility.XAccessibleText</type> + <supported-service>com.sun.star.sheet.AccessibleCell</supported-service> + <type>com.sun.star.accessibility.XAccessibleContext</type> + <type>com.sun.star.accessibility.XAccessibleComponent</type> + <type>com.sun.star.accessibility.XAccessibleValue</type> + <type>com.sun.star.accessibility.XAccessibleText</type> </component-description> <project-build-dependency>cppu</project-build-dependency> <project-build-dependency>cppuhelper</project-build-dependency> |