diff options
Diffstat (limited to 'sd/xml/AccessibleOutlineView.xml')
-rw-r--r-- | sd/xml/AccessibleOutlineView.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/xml/AccessibleOutlineView.xml b/sd/xml/AccessibleOutlineView.xml index a6905626556c..8e65e3ca0cc7 100644 --- a/sd/xml/AccessibleOutlineView.xml +++ b/sd/xml/AccessibleOutlineView.xml @@ -19,15 +19,15 @@ title="Link to a general description of UNO accessibility"/> <language>c++</language> <status value="alpha"/> -<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.accessibility.Accessible</supported-service> +<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> -<type>drafts.com.sun.star.drawing.XAccessible</type> -<type>drafts.com.sun.star.drawing.XAccessibleContext</type> -<type>drafts.com.sun.star.drawing.XAccessibleEventBroadcaster</type> -<type>drafts.com.sun.star.drawing.XAccessibleComponent</type> -<type>drafts.com.sun.star.drawing.XAccessibleExtendedComponent</type> -<type>drafts.com.sun.star.drawing.XAccessibleSelection</type> +<type>com.sun.star.drawing.XAccessible</type> +<type>com.sun.star.drawing.XAccessibleContext</type> +<type>com.sun.star.drawing.XAccessibleEventBroadcaster</type> +<type>com.sun.star.drawing.XAccessibleComponent</type> +<type>com.sun.star.drawing.XAccessibleExtendedComponent</type> +<type>com.sun.star.drawing.XAccessibleSelection</type> <type>com.sun.star.lang.XTypeProvider</type> <type>com.sun.star.lang.XServiceInfo</type> <type>com.sun.star.lang.XComponent</type> |