diff options
-rw-r--r-- | sd/xml/AccessibleDrawDocumentView.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/xml/AccessibleDrawDocumentView.xml b/sd/xml/AccessibleDrawDocumentView.xml index 7e12891cdad4..c0ce59a8f122 100644 --- a/sd/xml/AccessibleDrawDocumentView.xml +++ b/sd/xml/AccessibleDrawDocumentView.xml @@ -20,16 +20,16 @@ title="Link to a general description of UNO accessibility"/> <language>c++</language> <status value="alpha"/> -<supported-service>drafts.com.sun.star.drawing.AccessibleDrawDocumentView</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.AccessibleDrawDocumentView</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> |