sc/uiconfig/scalc/ui/sidebarcellappearance.ui |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 1bde8595bde911063f200e9aac6f1ade87d4ad59
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Jun 19 11:16:06 2024 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Jun 20 05:52:36 2024 +0200

    tdf#161648 sc a11y: Set a11y name for border style button in sidebar
    
    Set accessible name for the button to open the popup
    to select a border style.
    
    This is announced by Orca with the gtk3 VCL plugin
    when the button gets focused as expected.
    
    Setting accessible names for the items in the
    popup still remains to be done, s.a. discussion
    in pending Gerrit change [1] that's related.
    (If that gets merged, setting a11y names should
    probably be done in C++ code, not the corresponding
    .ui file.)
    
    [1] https://gerrit.libreoffice.org/c/core/+/169052
    
    Change-Id: I200e160e64735e8701866428bf51e8b955dcc930
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169188
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui 
b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui
index 8daad7711040..1611c326d2ac 100644
--- a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui
+++ b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui
@@ -71,6 +71,11 @@
                 <property name="halign">start</property>
                 <property name="valign">start</property>
                 <property name="use-underline">True</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="SetBorderStyle-atkobject">
+                    <property name="AtkObject::accessible-name" 
translatable="yes" 
context="sidebarcellappearance|bordertype|accessible_name">Borders</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="expand">True</property>

Reply via email to