cui/uiconfig/ui/numberingformatpage.ui        |    6 ++++++
 svx/uiconfig/ui/findreplacedialog.ui          |    2 ++
 sw/source/ui/misc/num.cxx                     |    2 +-
 sw/uiconfig/swriter/ui/outlinepositionpage.ui |    2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit c814f88044a48c1206bda63b2286b2a7698614ce
Author:     Parth Raiyani <[email protected]>
AuthorDate: Sun Jan 18 19:32:09 2026 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Jan 28 20:28:04 2026 +0100

    a11y: update label IDs for indentation fields in numbering settings
    
    this change avoid conflicting with label id from sidebarparagraph.ui
    
    Signed-off-by: Parth Raiyani <[email protected]>
    Change-Id: Ib0df301f37c611c990764d0f266880d587b2044b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198302
    Tested-by: Caolán McNamara <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx
index 4905a49eba55..9d8fda447b59 100644
--- a/sw/source/ui/misc/num.cxx
+++ b/sw/source/ui/misc/num.cxx
@@ -57,7 +57,7 @@ SwNumPositionTabPage::SwNumPositionTabPage(weld::Container* 
pPage, weld::DialogC
     , m_bLabelAlignmentPosAndSpaceModeActive(false)
     , m_xLevelLB(m_xBuilder->weld_tree_view(u"levellb"_ustr))
     , m_xPositionFrame(m_xBuilder->weld_widget(u"numberingframe"_ustr))
-    , m_xDistBorderFT(m_xBuilder->weld_label(u"indent"_ustr))
+    , m_xDistBorderFT(m_xBuilder->weld_label(u"lbindent"_ustr))
     , m_xDistBorderMF(m_xBuilder->weld_metric_spin_button(u"indentmf"_ustr, 
FieldUnit::CM))
     , m_xRelativeCB(m_xBuilder->weld_check_button(u"relative"_ustr))
     , m_xIndentFT(m_xBuilder->weld_label(u"numberingwidth"_ustr))
diff --git a/sw/uiconfig/swriter/ui/outlinepositionpage.ui 
b/sw/uiconfig/swriter/ui/outlinepositionpage.ui
index 0f8860dbbb5b..445f9955a643 100644
--- a/sw/uiconfig/swriter/ui/outlinepositionpage.ui
+++ b/sw/uiconfig/swriter/ui/outlinepositionpage.ui
@@ -253,7 +253,7 @@ numbering and text:</property>
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="indent">
+              <object class="GtkLabel" id="lbindent">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="label" translatable="yes" 
context="outlinepositionpage|indent">Indent:</property>
commit 73bbb80d393d569cdfb3bc32d19d2cf16fe1451b
Author:     Parth Raiyani <[email protected]>
AuthorDate: Sun Jan 18 16:04:34 2026 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Jan 28 20:27:57 2026 +0100

    a11y: add missing accessible properties in numbering format page
    
    Signed-off-by: Parth Raiyani <[email protected]>
    Change-Id: I9a52d281c0b8370e6144300514147a32017fe9b7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198301
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/cui/uiconfig/ui/numberingformatpage.ui 
b/cui/uiconfig/ui/numberingformatpage.ui
index c366b5cd3e11..69d223ddc8bc 100644
--- a/cui/uiconfig/ui/numberingformatpage.ui
+++ b/cui/uiconfig/ui/numberingformatpage.ui
@@ -158,6 +158,11 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="commentft-atkobject">
+                      <property 
name="AtkObject::accessible-role">static</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="left_attach">0</property>
@@ -533,6 +538,7 @@
                     </items>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="currencylb-atkobject">
+                        <property name="AtkObject::accessible-name" 
translatable="yes" 
context="numberingformatpage|currencylb-atkobject">Currency</property>
                         <property name="AtkObject::accessible-description" 
translatable="yes" context="numberingformatpage|extended_tip|currencylb">Select 
a currency, and then scroll to the top of the Format list to view the 
formatting options for the currency.</property>
                       </object>
                     </child>
commit b6f0468fd14b5c4b07950536cfc4bf51c0d3213b
Author:     Parth Raiyani <[email protected]>
AuthorDate: Sat Jan 17 19:19:25 2026 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Jan 28 20:27:49 2026 +0100

    add missing a11y support for GtkComboBoxText in find and replace dialog
    
    Signed-off-by: Parth Raiyani <[email protected]>
    Change-Id: I8580424040588dc3c586a752c7045fc6bc5ab628
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198300
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/svx/uiconfig/ui/findreplacedialog.ui 
b/svx/uiconfig/ui/findreplacedialog.ui
index e185e65ddc85..95b959ae4c99 100644
--- a/svx/uiconfig/ui/findreplacedialog.ui
+++ b/svx/uiconfig/ui/findreplacedialog.ui
@@ -169,6 +169,7 @@
                             <property name="hexpand">True</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" 
id="searchlist-atkobject">
+                                <property name="AtkObject::accessible-name" 
translatable="yes" context="findreplacedialog|searchlist-atkobject">Search 
list</property>
                                 <property 
name="AtkObject::accessible-description" translatable="yes" 
context="findreplacedialog|extended_tip|searchlist">Enter the text that you 
want to find, or select a previous search from the list.</property>
                               </object>
                             </child>
@@ -477,6 +478,7 @@
                             <property name="hexpand">True</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" 
id="replacelist-atkobject">
+                                <property name="AtkObject::accessible-name" 
translatable="yes" context="findreplacedialog|replacelist-atkobject">Replace 
list</property>
                                 <property 
name="AtkObject::accessible-description" translatable="yes" 
context="findreplacedialog|extended_tip|replacelist">Enter the replacement 
text, or select a recent replacement text or style from the list.</property>
                               </object>
                             </child>

Reply via email to