sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui | 12 ++++++++++++ 1 file changed, 12 insertions(+)
New commits: commit 95eba53d19cacfbf862b863cc6c08fde2c1e995b Author: Caolán McNamara <[email protected]> AuthorDate: Mon Mar 2 17:26:24 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Mar 2 20:48:55 2026 +0100 these radiobuttons are acting as labels, capture that in the a11y relations Change-Id: Id32eee5b159653632da35d3a2b04a19c2f820426 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200847 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins diff --git a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui index cec91b816e99..5e2e33e8c27e 100644 --- a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui +++ b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui @@ -876,6 +876,9 @@ <object class="GtkComboBoxText" id="destination-list"> <property name="visible">True</property> <property name="can-focus">False</property> + <accessibility> + <relation type="labelled-by" target="destination-radio-named-range"/> + </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="destination-list-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="pivottablelayoutdialog|extended_tip|destination-list">Select the area where you want to display the results of the pivot table.</property> @@ -897,6 +900,9 @@ <property name="use-underline">True</property> <property name="draw-indicator">True</property> <property name="group">destination-radio-new-sheet</property> + <accessibility> + <relation type="label-for" target="destination-list"/> + </accessibility> </object> <packing> <property name="left-attach">0</property> @@ -996,6 +1002,9 @@ <property name="use-underline">True</property> <property name="draw-indicator">True</property> <property name="group">source-radio-selection</property> + <accessibility> + <relation type="label-for" target="source-list"/> + </accessibility> </object> <packing> <property name="left-attach">0</property> @@ -1006,6 +1015,9 @@ <object class="GtkComboBoxText" id="source-list"> <property name="visible">True</property> <property name="can-focus">False</property> + <accessibility> + <relation type="labelled-by" target="source-radio-named-range"/> + </accessibility> </object> <packing> <property name="left-attach">1</property>
