sc/uiconfig/scalc/ui/textimportcsv.ui |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit 5ef2e5028178ae8a8ed3888441a79f7be3f41852
Author:     Caolán McNamara <[email protected]>
AuthorDate: Mon Mar 2 19:52:17 2026 +0000
Commit:     Miklos Vajna <[email protected]>
CommitDate: Thu Mar 5 11:38:38 2026 +0100

    add accessible-names to these widgets
    
    Change-Id: Ied24d09936f7a385d65dd837959dff27c0aad989
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200858
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/sc/uiconfig/scalc/ui/textimportcsv.ui 
b/sc/uiconfig/scalc/ui/textimportcsv.ui
index 0f841c5e4910..836974325272 100644
--- a/sc/uiconfig/scalc/ui/textimportcsv.ui
+++ b/sc/uiconfig/scalc/ui/textimportcsv.ui
@@ -825,6 +825,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>
@@ -839,6 +844,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>

Reply via email to