sw/uiconfig/swriter/ui/tokenwidget.ui | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit 68bfa58c0ebd8578e83d99935ba89a0a0dd0d7d2 Author: codewithvk <[email protected]> AuthorDate: Thu Jan 22 12:33:43 2026 +0530 Commit: vivek javiya <[email protected]> CommitDate: Tue Jan 27 11:09:47 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 (cherry picked from commit aa3c18ea5bca22994e05a35fae6ec8bd9d14d350) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198190 diff --git a/sw/uiconfig/swriter/ui/tokenwidget.ui b/sw/uiconfig/swriter/ui/tokenwidget.ui index 69d37f3c43a6..2a1d34dd050e 100644 --- a/sw/uiconfig/swriter/ui/tokenwidget.ui +++ b/sw/uiconfig/swriter/ui/tokenwidget.ui @@ -24,6 +24,11 @@ <property name="receives-default">True</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> @@ -86,6 +91,11 @@ <property name="receives-default">True</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>
