sw/uiconfig/swriter/ui/tocindexpage.ui | 3 --- 1 file changed, 3 deletions(-)
New commits: commit a99ceff859ef9a9267d549b939422f612a1c86a0 Author: Parth Raiyani <[email protected]> AuthorDate: Tue Nov 25 00:06:04 2025 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Feb 24 15:04:24 2026 +0100 Remove misleading a11y relation from styles dropdown in TOC index page UI Signed-off-by: Parth Raiyani <[email protected]> Change-Id: Ibc7e08be5be906a4c0904250fb2b1cb23e0e856c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194476 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> Code-Style: Szymon Kłos <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200179 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins diff --git a/sw/uiconfig/swriter/ui/tocindexpage.ui b/sw/uiconfig/swriter/ui/tocindexpage.ui index d4f20f47e686..67ba9b72adb0 100644 --- a/sw/uiconfig/swriter/ui/tocindexpage.ui +++ b/sw/uiconfig/swriter/ui/tocindexpage.ui @@ -554,9 +554,6 @@ <property name="receives-default">True</property> <property name="halign">start</property> <property name="valign">center</property> - <accessibility> - <relation type="labelled-by" target="addstylescb"/> - </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="styles-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="tocindexpage|extended_tip|styles">Opens the Assign Styles dialog, where you can select the paragraph styles to include in the index by choosing the outline level for where the style should be placed.</property>
