diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-11-29 00:27:03 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-11-29 16:58:16 +0100 |
commit | 70626249cd247d9acdad417b8eaf252bae22c059 (patch) | |
tree | 2327193318672b583f12be99cdcaec5ef4d3830d /offapi/com/sun/star/drawing | |
parent | dda524a71145441b336f5f9f6e559fa31d32d3d2 (diff) |
API CHANGE a11y unpublishing and add/removeListener rename.
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.
This unpublishes all css::accessibility, and dependend API.
With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.
Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
Diffstat (limited to 'offapi/com/sun/star/drawing')
7 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl index 1bc360a306c0..2ca933ee0d48 100644 --- a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl +++ b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl @@ -57,7 +57,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleDrawDocumentView +service AccessibleDrawDocumentView { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl index 753e18dc813c..e7a31d5d0d9a 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl @@ -22,11 +22,11 @@ // Declarations of interfaces to avoid inclusion of IDL files. module com { module sun { module star { module accessibility { - published interface XAccessible; - published interface XAccessibleContext; - published interface XAccessibleComponent; - published interface XAccessibleEventBroadcaster; - published interface XAccessibleSelection; + interface XAccessible; + interface XAccessibleContext; + interface XAccessibleComponent; + interface XAccessibleEventBroadcaster; + interface XAccessibleSelection; }; }; }; }; @@ -42,7 +42,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleGraphControl +service AccessibleGraphControl { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl index f3c5daa1d0b3..6a92e1610569 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleGraphicShape +service AccessibleGraphicShape { /** Give access to information of generic shapes. diff --git a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl index 5caabb496cd7..b916348f648e 100644 --- a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleOLEShape +service AccessibleOLEShape { /** Give access to information of generic shapes. diff --git a/offapi/com/sun/star/drawing/AccessibleShape.idl b/offapi/com/sun/star/drawing/AccessibleShape.idl index 109aeca1990e..122bd44e2b57 100644 --- a/offapi/com/sun/star/drawing/AccessibleShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleShape.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleShape +service AccessibleShape { /** Base interface for being accessible. It gives access to the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> diff --git a/offapi/com/sun/star/drawing/AccessibleSlideView.idl b/offapi/com/sun/star/drawing/AccessibleSlideView.idl index 7bca79040c85..86a80130194c 100644 --- a/offapi/com/sun/star/drawing/AccessibleSlideView.idl +++ b/offapi/com/sun/star/drawing/AccessibleSlideView.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleSlideView +service AccessibleSlideView { interface ::com::sun::star::accessibility::XAccessible; interface ::com::sun::star::accessibility::XAccessibleContext; diff --git a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl index c69ce65e8931..96dbaab63b74 100644 --- a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl +++ b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module drawing { @since OOo 1.1.2 */ -published service AccessibleSlideViewObject +service AccessibleSlideViewObject { interface ::com::sun::star::accessibility::XAccessible; interface ::com::sun::star::accessibility::XAccessibleContext; |