sw/uiconfig/swriter/ui/columnpage.ui |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit d377eaf88323f444fb342890a02120ce2f64f993
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Dec 18 14:38:35 2025 +0000
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Dec 23 22:58:21 2025 +0100

    add a11y names to preview widgets
    
    Change-Id: I3b2a51d9d11ef608b7b63bcbeb65e15811db8c13
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195855
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins
    (cherry picked from commit 3b7fcbc563733a2f61487008fe5ddf674f076d41)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196115
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/sw/uiconfig/swriter/ui/columnpage.ui 
b/sw/uiconfig/swriter/ui/columnpage.ui
index 376aa8836d9c..67fbff149158 100644
--- a/sw/uiconfig/swriter/ui/columnpage.ui
+++ b/sw/uiconfig/swriter/ui/columnpage.ui
@@ -878,6 +878,11 @@
                 <property name="can-focus">False</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="pageexample-atkobject">
+                    <property name="AtkObject::accessible-name" 
translatable="yes" context="columnpage|pageexample-atkobject">Preview</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="left-attach">0</property>
@@ -890,6 +895,11 @@
                 <property name="can-focus">False</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="frameexample-atkobject">
+                    <property name="AtkObject::accessible-name" 
translatable="yes" 
context="columnpage|frameexample-atkobject">Preview</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="left-attach">1</property>

Reply via email to