offapi/com/sun/star/accessibility/XAccessibleTable.idl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 16d1ec5955333b72da05b3d8ab029a939a0642a3
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Aug 31 15:13:59 2022 +0200
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Aug 31 19:22:40 2022 +0200

    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 <[email protected]>

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
 */

Reply via email to