summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2022-03-28 16:15:57 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-03-29 06:54:19 +0200
commitf622149cb2ee3a8259f8e8f3b013ca5b4b5e1d80 (patch)
tree5500108e7974b4becbac2def113f6a3dd4d51e8e /offapi
parent623c8502a5af5c0061f5285e8c0c4ac973990b7c (diff)
a11y: Drop unused, deprecated table model change event types
All places that were previously emitting `AccessibleTableModelChangeType::INSERT` and `AccessibleTableModelChangeType::DELETE` events have been ported to emit the 4 new event types introduced in Change-Id I30821a5acafa4f3d1dafdfc219f3b4568d9a6e89, "a11y: Add new table model change types for row/col insertion/del" instead. Therefore, the handling of those events can be dropped from the gtk3 VCL plugin and for macOS's a11y listener as well. Also, drop the now completely unused constants from the IDL file as mentioned in Change-Id I30821a5acafa4f3d1dafdfc219f3b4568d9a6e89: > From a UNO API perspective, this change > and the final removal of the > `AccessibleTableModelChangeType::DELETE` > and `AccessibleTableModelChangeType::INSERT` > constants in a follow-up commit > should be unproblematic, because the > corresponding APIs have been unpublished in > > commit 70626249cd247d9acdad417b8eaf252bae22c059 > Date: Thu Nov 29 00:27:03 2012 +0100 > > API CHANGE a11y unpublishing and add/removeListener rename. Change-Id: I1c062e26481b916af882e301c5f911aba9550ea3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132221 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
index 69669eb11eda..02164df9731e 100644
--- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
@@ -44,29 +44,6 @@ module com { module sun { module star { module accessibility {
*/
constants AccessibleTableModelChangeType
{
- /** One or more rows and/or columns have been inserted.
-
- <p>Use the fields of the AccessibleTableModelChange
- structure to determine the indices of the rows and/or columns that
- have been inserted.</p>
-
- @deprecated: use ROWS_INSERTED/COLUMNS_INSERTED instead.
- This constant will be removed once all remaining uses have been
- ported.
- */
- const short INSERT = 1;
-
- /** One or more rows and/or columns have been deleted.
-
- <p>The affected area of the table is stored in the fields of the
- AccessibleTableModelChange structure.</p>
-
- @deprecated: use ROWS_REMOVED/COLUMNS_REMOVED instead.
- This constant will be removed once all remaining uses have been
- ported.
- */
- const short DELETE = 2;
-
/** Some of the table data has changed.
<p>The number of rows and columns remains unchanged. Only (some of)