diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:07:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:07:52 +0000 |
commit | c80a9471890815dc41099e15ad8a0f616294fa1f (patch) | |
tree | 230a830ba5cbe17c9384352791c5264616c0e451 /sd/xml | |
parent | 3d40bbf98239d76e37cd8e48c895e832b5c9f9b9 (diff) |
INTEGRATION: CWS uaa02 (1.1.112); FILE MERGED
2003/04/14 15:56:21 af 1.1.112.1: #108113# Removed drafts from the namespace names.
Diffstat (limited to 'sd/xml')
-rw-r--r-- | sd/xml/AccessiblePageShape.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/xml/AccessiblePageShape.xml b/sd/xml/AccessiblePageShape.xml index c9fd2b9e6d2e..17027f3eac6f 100644 --- a/sd/xml/AccessiblePageShape.xml +++ b/sd/xml/AccessiblePageShape.xml @@ -20,15 +20,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> |