summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2022-08-31 15:13:59 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-08-31 19:22:40 +0200
commit16d1ec5955333b72da05b3d8ab029a939a0642a3 (patch)
tree72702b1d9ad7ae377c1fde8ea329ee029d5f68e5 /offapi
parentdbc655a1e6bdb118e09d87d1fd9022c201d7b068 (diff)
a11y: Remove historical Calc table dimensions from XAccessibleTable doc
The mention of Calc tables having 256 columns and 32000 rows is a bit outdated. I actually started looking here because with 16k columns, the 32-bit a11y child indices aren't sufficient for all cells anymore... (tdf#150683) Also remove duplicated words. Change-Id: Id707d56e3947c727811259d5f1c46a7f136efc40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139113 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
index 03b4e2ead8af..2a3e19b88ae8 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
@@ -38,13 +38,13 @@ module com { module sun { module star { module accessibility {
XAccessibleTable::getAccessibleColumn().</p>
<p>The range of valid coordinates for this interface are implementation
- dependent. However, that range includes at least the intervals from the
+ dependent. However, that range includes at least the intervals
from the first row or column with the index 0 up to the last (but not
including) used row or column as returned by
XAccessibleTable::getAccessibleRowCount() and
XAccessibleTable::getAccessibleColumnCount(). In case of
- the Calc the current range of valid indices for retrieving data include
- the maximal table size--256 columns and 32000 rows--minus one.</p>
+ Calc the current range of valid indices for retrieving data include
+ the maximum table size minus one.</p>
@since OOo 1.1.2
*/