chart2/uiconfig/ui/sidebartype.ui       |    5 +++++
 sc/uiconfig/scalc/ui/protectsheetdlg.ui |    3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 7984094dc0c9d62b1382deecb75fd0a52b1c3331
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Feb 18 11:23:23 2026 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Feb 24 10:44:57 2026 +0100

    add an a11y desc to this bare combobox
    
    Change-Id: Iebb52bab1fdcc01a65aefd737b7f5f19d910917d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199611
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Miklos Vajna <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200127
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/chart2/uiconfig/ui/sidebartype.ui 
b/chart2/uiconfig/ui/sidebartype.ui
index c022c4b04007..557d06563edd 100644
--- a/chart2/uiconfig/ui/sidebartype.ui
+++ b/chart2/uiconfig/ui/sidebartype.ui
@@ -298,6 +298,11 @@
                 <attribute name="pixbuf">2</attribute>
               </attributes>
             </child>
+            <child internal-child="accessible">
+              <object class="AtkObject" id="cmb_chartType-atkobject">
+                <property name="AtkObject::accessible-name" translatable="yes" 
context="sidebartype|cmb_chartType-atkobject">Chart Type</property>
+              </object>
+            </child>
           </object>
           <packing>
             <property name="left-attach">0</property>
commit 7a57efd85c7dd4d068e8a84633efaf0df9632a1b
Author:     Caolán McNamara <[email protected]>
AuthorDate: Tue Feb 17 10:25:15 2026 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Feb 24 10:44:50 2026 +0100

    a11y: add accessible name for GtkLevelBar in sc's protectsheetdlg ui
    
    similar to how it was added in the more common cui password ui
    
    commit 82a88dcd4a1f95ed4f46167eefb403dbe86fc8d4
    Date:   Tue Feb 10 12:56:34 2026 +0530
    
        a11y: add accessible name for GtkLevelBar in password ui
    
    Change-Id: I09d53497569cd5225282426921f2a161c538adde
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199535
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Miklos Vajna <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200126
    Tested-by: Caolán McNamara <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui 
b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index 84bd49731cc7..e0ad44d35d4d 100644
--- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui
+++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="sc">
   <requires lib="gtk+" version="3.24"/>
   <object class="GtkTreeStore" id="liststore1">
@@ -192,6 +192,7 @@
                         <property name="can-focus">False</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="passwordbar-atkobject">
+                            <property name="AtkObject::accessible-name" 
translatable="yes" context="protectsheetdlg|passwordbar-atkobject">Password 
Level Bar</property>
                             <property name="AtkObject::accessible-description" 
translatable="yes" context="protectsheetdlg|extended_tip|passwordbar">Measure 
of password strength</property>
                           </object>
                         </child>

Reply via email to