sw/uiconfig/swriter/ui/tocindexpage.ui | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 8aa94e17b791a72bdbbeff9633ed4dadb60ada20 Author: Parth Raiyani <[email protected]> AuthorDate: Tue Nov 25 00:06:04 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Wed Nov 26 20:54:12 2025 +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]> diff --git a/sw/uiconfig/swriter/ui/tocindexpage.ui b/sw/uiconfig/swriter/ui/tocindexpage.ui index 0d3c90226132..c1bda920dfea 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>
