sfx2/uiconfig/ui/templatepanel.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit b16446ec63b14387b0c1e02b4c81ec07e39a064b Author: Parth Raiyani <[email protected]> AuthorDate: Thu Nov 20 10:01:22 2025 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Feb 26 00:05:17 2026 +0100 accessibility: add accessible name for filter dropdown in style sidebar panel Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I1f1d78d4f936f59d63fa8a76b27d5728891190f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194228 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200248 Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sfx2/uiconfig/ui/templatepanel.ui b/sfx2/uiconfig/ui/templatepanel.ui index 8bb6cd2224b2..a9ac438ae331 100644 --- a/sfx2/uiconfig/ui/templatepanel.ui +++ b/sfx2/uiconfig/ui/templatepanel.ui @@ -258,6 +258,7 @@ <property name="can-focus">False</property> <child internal-child="accessible"> <object class="AtkObject" id="filter-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="templatepanel|filter-atkobject">Filter</property> <property name="AtkObject::accessible-description" translatable="yes" context="templatepanel|extended_tip|filter">Select a filter for the list of styles.</property> </object> </child>
