sc/uiconfig/scalc/ui/textimportcsv.ui | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit 12ef3e08807acafcc8a5ee3d74e88478d50afc99 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Mar 2 19:52:17 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Mar 2 22:03:44 2026 +0100 add accessible-names to these widgets Change-Id: Ied24d09936f7a385d65dd837959dff27c0aad989 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200859 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins diff --git a/sc/uiconfig/scalc/ui/textimportcsv.ui b/sc/uiconfig/scalc/ui/textimportcsv.ui index 66b00ec7b0bd..80f3998fa8b4 100644 --- a/sc/uiconfig/scalc/ui/textimportcsv.ui +++ b/sc/uiconfig/scalc/ui/textimportcsv.ui @@ -826,6 +826,11 @@ <property name="can-focus">True</property> <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="csvruler-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="textimportcsv|csvruler-atkobject">Column break positions</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -840,6 +845,11 @@ <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="csvgrid-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="textimportcsv|csvgrid-atkobject">Data preview</property> + </object> + </child> </object> <packing> <property name="expand">False</property>
