summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-04-24 14:58:15 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-04-24 23:04:23 +0200
commitb6a8fec62cb7576ac8a94a76ca88256eb4f97695 (patch)
tree19e274b5ba227c4c21f1c22c8f19f16860773338
parentResolves: tdf#159829 DecimalSeparator '.' period, ThousandSeparator ',' comma (diff)
downloadcore-b6a8fec62cb7576ac8a94a76ca88256eb4f97695.tar.gz
core-b6a8fec62cb7576ac8a94a76ca88256eb4f97695.zip
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 <m.weghorn@posteo.de>
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl1
1 files changed, 0 insertions, 1 deletions
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
{