[Libreoffice-commits] core.git: sc/uiconfig

Caolán McNamara caolanm at redhat.com
Tue May 31 14:49:06 UTC 2016


 sc/uiconfig/scalc/ui/sidebarcellappearance.ui |    7 +------
 sc/uiconfig/scalc/ui/sidebarnumberformat.ui   |   12 ------------
 2 files changed, 1 insertion(+), 18 deletions(-)

New commits:
commit a1ebcf401da3ae0cc8a12320b8b549a2d8d6e5bf
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue May 31 15:45:42 2016 +0100

    we can rely on mnemonic widgets for these a11y relations
    
    Change-Id: I54b3ce6b66a04d19aac82ec1cd840d88db26a2ea

diff --git a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui
index cec235e..31ef175 100644
--- a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui
+++ b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui
@@ -25,10 +25,8 @@
                 <property name="can_focus">False</property>
                 <property name="label" translatable="yes">_Background:</property>
                 <property name="use_underline">True</property>
+                <property name="mnemonic_widget">cellbackgroundcolor</property>
                 <property name="xalign">0</property>
-                <accessibility>
-                  <relation type="label-for" target="cellbackgroundcolor"/>
-                </accessibility>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -59,9 +57,6 @@
                     <property name="homogeneous">True</property>
                   </packing>
                 </child>
-                <accessibility>
-                  <relation type="labelled-by" target="cellbackgroundlabel"/>
-                </accessibility>
               </object>
               <packing>
                 <property name="expand">False</property>
diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
index bcec677..6572ad2 100644
--- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
+++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
@@ -126,9 +126,6 @@
                     <property name="label" translatable="yes">_Decimal places:</property>
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">decimalplaces</property>
-                    <accessibility>
-                      <relation type="label-for" target="decimalplaces"/>
-                    </accessibility>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -144,9 +141,6 @@
                     <property name="tooltip_markup" translatable="yes">Enter the number of decimal places that you want to display.</property>
                     <property name="tooltip_text" translatable="yes">Enter the number of decimal places that you want to display.</property>
                     <property name="invisible_char">•</property>
-                    <accessibility>
-                      <relation type="labelled-by" target="decimalplaceslabel"/>
-                    </accessibility>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="decimalplaces-atkobject">
                         <property name="AtkObject::accessible-name" translatable="yes">Decimal Places</property>
@@ -180,9 +174,6 @@
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">leadingzeroes</property>
                     <property name="xalign">0</property>
-                    <accessibility>
-                      <relation type="label-for" target="leadingzeroes"/>
-                    </accessibility>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -198,9 +189,6 @@
                     <property name="tooltip_markup" translatable="yes">Enter the maximum number of zeroes to display before the decimal point.</property>
                     <property name="tooltip_text" translatable="yes">Enter the maximum number of zeroes to display before the decimal point.</property>
                     <property name="invisible_char">•</property>
-                    <accessibility>
-                      <relation type="labelled-by" target="leadingzeroeslabel"/>
-                    </accessibility>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="leadingzeroes-atkobject">
                         <property name="AtkObject::accessible-name" translatable="yes">Leading Zeroes</property>


More information about the Libreoffice-commits mailing list