sw/uiconfig/swriter/ui/tokenwidget.ui |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit aa3c18ea5bca22994e05a35fae6ec8bd9d14d350
Author:     codewithvk <[email protected]>
AuthorDate: Thu Jan 22 12:33:43 2026 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Jan 27 10:06:01 2026 +0100

    sw(a11y): add accessible names to Structure navigation buttons
    
    Table of Contents -> Entries tab -> Structure and Formatting -> Structure 
section
    contained left/right navigation buttons that were missing accessible names.
    
    Signed-off-by: codewithvk <[email protected]>
    Change-Id: I57482275571951a705f7be41d05391700b4b1d52
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197787
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    (cherry picked from commit d30773f24f4a566c5cf3a2f5a2bb7c13730f254b)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198146
    Tested-by: Jenkins

diff --git a/sw/uiconfig/swriter/ui/tokenwidget.ui 
b/sw/uiconfig/swriter/ui/tokenwidget.ui
index e36338ab2087..fd48c789e1f0 100644
--- a/sw/uiconfig/swriter/ui/tokenwidget.ui
+++ b/sw/uiconfig/swriter/ui/tokenwidget.ui
@@ -25,6 +25,11 @@
         <property name="tooltip_text" translatable="yes" 
context="tokenwidget|left|tooltip_text">Scroll left</property>
         <property name="image">image1</property>
         <property name="always-show-image">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="left-atkobject">
+            <property name="AtkObject::accessible-name" translatable="yes" 
context="tokenwidget|left">Scroll left</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -88,6 +93,11 @@
         <property name="tooltip_text" translatable="yes" 
context="tokenwidget|right|tooltip_text">Scroll right</property>
         <property name="image">image2</property>
         <property name="always-show-image">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="right-atkobject">
+            <property name="AtkObject::accessible-name" translatable="yes" 
context="tokenwidget|right">Scroll right</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="expand">False</property>

Reply via email to