sw/uiconfig/swriter/ui/tokenwidget.ui | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit d30773f24f4a566c5cf3a2f5a2bb7c13730f254b Author: codewithvk <[email protected]> AuthorDate: Thu Jan 22 12:33:43 2026 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Jan 22 20:41:45 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]> diff --git a/sw/uiconfig/swriter/ui/tokenwidget.ui b/sw/uiconfig/swriter/ui/tokenwidget.ui index e19da2d84da6..7c68b44de3d4 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="addressblockdialog|left|tooltip_text">Move 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="addressblockdialog|right|tooltip_text">Move 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>
