diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:00:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:00:42 +0000 |
commit | a8d5c4398324d46e44e02da970fe0ab69216524e (patch) | |
tree | 53bcf8ac650aa70d52a5013203e5df1ad6bc81f4 /svx/xml | |
parent | d6c41ff9c3dd23d355d8ec1964f6d5a933b6ce72 (diff) |
INTEGRATION: CWS uaa02 (1.1.178); FILE MERGED
2003/04/17 11:59:09 af 1.1.178.1: #108113# Removed drafts namespace.
Diffstat (limited to 'svx/xml')
-rw-r--r-- | svx/xml/AccessibleControlShape.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/xml/AccessibleControlShape.xml b/svx/xml/AccessibleControlShape.xml index ded8d554efec..cc889988363b 100644 --- a/svx/xml/AccessibleControlShape.xml +++ b/svx/xml/AccessibleControlShape.xml @@ -21,15 +21,15 @@ title="Link to a general description of UNO accessibility"/> <language>c++</language> <status value="alpha"/> -<supported-service>drafts.com.sun.star.drawing.AccessibleShape</supported-service> -<supported-service>drafts.com.sun.star.accessibility.Accessible</supported-service> -<supported-service>drafts.com.sun.star.accessibility.AccessibleContext</supported-service> +<supported-service>com.sun.star.drawing.AccessibleShape</supported-service> +<supported-service>com.sun.star.accessibility.Accessible</supported-service> +<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> -<type>drafts.com.sun.star.accessibility.XAccessible</type> -<type>drafts.com.sun.star.accessibility.XAccessibleContext</type> -<type>drafts.com.sun.star.accessibility.XAccessibleEventBroadcaster</type> -<type>drafts.com.sun.star.accessibility.XAccessibleComponent</type> -<type>drafts.com.sun.star.accessibility.XAccessibleExtendedComponent</type> +<type>com.sun.star.accessibility.XAccessible</type> +<type>com.sun.star.accessibility.XAccessibleContext</type> +<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type> +<type>com.sun.star.accessibility.XAccessibleComponent</type> +<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type> <type>com.sun.star.lang.XTypeProvider</type> <type>com.sun.star.lang.XServiceInfo</type> <type>com.sun.star.lang.XComponent</type> |