svx/uiconfig/ui/gotopagedialog.ui |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit b782b71f6315c7210e11bc346da9cc20644c0f4c
Author:     Parth Raiyani <[email protected]>
AuthorDate: Wed Sep 17 11:45:19 2025 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Feb 25 09:20:08 2026 +0100

    accessibility: add static accessibility role
    
    - improve accessibility by adding static role to page count label in go to 
page dialog
    
    Signed-off-by: Parth Raiyani <[email protected]>
    Change-Id: I7cd8415ab50fa203e81559ff08a1b8adc2ee3d84
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191062
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200233
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/svx/uiconfig/ui/gotopagedialog.ui 
b/svx/uiconfig/ui/gotopagedialog.ui
index 1c81d896f8b4..9f4007ee7d9d 100644
--- a/svx/uiconfig/ui/gotopagedialog.ui
+++ b/svx/uiconfig/ui/gotopagedialog.ui
@@ -81,6 +81,11 @@
                 <property name="hexpand">True</property>
                 <property name="label" translatable="yes" 
context="gotopagedialog|page_count">of $1</property>
                 <property name="xalign">0</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="page_count-atkobject">
+                    <property 
name="AtkObject::accessible-role">static</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="left-attach">2</property>

Reply via email to