From b6a8fec62cb7576ac8a94a76ca88256eb4f97695 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 24 Apr 2024 14:58:15 +0200 Subject: [PATCH] a11y: Drop note about API being "not yet published" The note about `XAccessibleMultiLineText` being "not yet published" can be misleading, as there's no plan to publish it. All a11y API was unpublished in commit 70626249cd247d9acdad417b8eaf252bae22c059 Date: Thu Nov 29 00:27:03 2012 +0100 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 There's currently no plan to change that, so drop that note. (Public a11y API is the corresponding platform a11y API and it's LO's responsibility to bridge to that.) Change-Id: I72a3d3be71f68663497364747f143e856d0b80ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166587 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl b/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl index f55eb20f51d0..d7afce097037 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl @@ -29,7 +29,6 @@ module com { module sun { module star { module accessibility { @since OOo 3.0 */ -/// not yet published interface XAccessibleMultiLineText : ::com::sun::star::accessibility::XAccessibleText {