svx/uiconfig/ui/inspectortextpanel.ui | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
New commits: commit af1bd679a8141d080c2c5f20e0601eb632946658 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Mar 2 16:40:55 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Mar 3 09:12:44 2026 +0100 add a11y names to the inspector text panel Change-Id: I85c880e5ecb769cf73401264dc485e96ebb140bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200840 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Parth Raiyani <[email protected]> diff --git a/svx/uiconfig/ui/inspectortextpanel.ui b/svx/uiconfig/ui/inspectortextpanel.ui index bf957e1c80de..a31968c510f3 100644 --- a/svx/uiconfig/ui/inspectortextpanel.ui +++ b/svx/uiconfig/ui/inspectortextpanel.ui @@ -118,6 +118,11 @@ <property name="visible">True</property> <property name="tooltip-text" translatable="yes" context="paragraph_style_toggle_btn|tooltip_text">Paragraph Styles</property> <property name="use-underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="paragraphstyles-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="inspectortextpanel|paragraphstyles-atkobject">Paragraph Styles</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -129,6 +134,11 @@ <property name="visible">True</property> <property name="tooltip-text" translatable="yes" context="character_style_toggle_btn|tooltip_text">Character Styles</property> <property name="use-underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="characterstyles-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="inspectortextpanel|characterstyles-atkobject">Character Styles</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -140,6 +150,11 @@ <property name="visible">True</property> <property name="tooltip-text" translatable="yes" context="direct_formatting_toggle_btn|tooltip_text">Direct Formatting</property> <property name="use-underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="directformatting-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="inspectortextpanel|directformatting-atkobject">Direct Formatting</property> + </object> + </child> </object> <packing> <property name="expand">False</property>
