[Libreoffice-commits] core.git: solenv/sanitizers svx/uiconfig
Rasmus Jonsson (via logerrit)
logerrit at kemper.freedesktop.org
Sat Apr 6 07:16:30 UTC 2019
solenv/sanitizers/ui/svx.suppr | 6 ------
svx/uiconfig/ui/chinesedictionary.ui | 3 +++
2 files changed, 3 insertions(+), 6 deletions(-)
New commits:
commit 4ba6388c4507e3c93ba130eeddb616b43657561b
Author: Rasmus Jonsson <wasmus at zom.bi>
AuthorDate: Sat Apr 6 07:27:00 2019 +0200
Commit: Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Sat Apr 6 09:16:08 2019 +0200
tdf#119931 Fix accessibility warnings in chinesedictionary.ui
Change-Id: I144b0530d5eb029fac4fad458373da4474974876
Reviewed-on: https://gerrit.libreoffice.org/70336
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/solenv/sanitizers/ui/svx.suppr b/solenv/sanitizers/ui/svx.suppr
index af8dd6975891..b38dd4e3d3f1 100644
--- a/solenv/sanitizers/ui/svx.suppr
+++ b/solenv/sanitizers/ui/svx.suppr
@@ -5,12 +5,6 @@ svx/uiconfig/ui/asianphoneticguidedialog.ui://GtkLabel[@id='basetextft'] orphan-
svx/uiconfig/ui/asianphoneticguidedialog.ui://GtkLabel[@id='rubytextft'] orphan-label
svx/uiconfig/ui/asianphoneticguidedialog.ui://GtkEntry[@id='Left1ED'] no-labelled-by
svx/uiconfig/ui/asianphoneticguidedialog.ui://GtkEntry[@id='Right1ED'] no-labelled-by
-svx/uiconfig/ui/chinesedictionary.ui://GtkLabel[@id='termft'] orphan-label
-svx/uiconfig/ui/chinesedictionary.ui://GtkEntry[@id='term'] no-labelled-by
-svx/uiconfig/ui/chinesedictionary.ui://GtkLabel[@id='mappingft'] orphan-label
-svx/uiconfig/ui/chinesedictionary.ui://GtkEntry[@id='mapping'] no-labelled-by
-svx/uiconfig/ui/chinesedictionary.ui://GtkLabel[@id='propertyft'] orphan-label
-svx/uiconfig/ui/chinesedictionary.ui://GtkComboBoxText[@id='property'] no-labelled-by
svx/uiconfig/ui/classificationdialog.ui:GtkDialog[@id='AdvancedDocumentClassificationDialog']/GtkBox[@id='dialog-vbox1']/GtkGrid/GtkGrid/GtkLabel orphan-label
svx/uiconfig/ui/classificationdialog.ui:GtkDialog[@id='AdvancedDocumentClassificationDialog']/GtkBox[@id='dialog-vbox1']/GtkGrid/GtkGrid/GtkLabel orphan-label
svx/uiconfig/ui/classificationdialog.ui://GtkComboBoxText[@id='classificationCB'] no-labelled-by
diff --git a/svx/uiconfig/ui/chinesedictionary.ui b/svx/uiconfig/ui/chinesedictionary.ui
index 47cc1c454b55..66f75bd27e5c 100644
--- a/svx/uiconfig/ui/chinesedictionary.ui
+++ b/svx/uiconfig/ui/chinesedictionary.ui
@@ -155,6 +155,7 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="chinesedictionary|termft">Term</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">term</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -168,6 +169,7 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="chinesedictionary|mappingft">Mapping</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">mapping</property>
<property name="xalign">0</property>
</object>
<packing>
@@ -237,6 +239,7 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="chinesedictionary|propertyft">Property</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">property</property>
<property name="xalign">0</property>
</object>
<packing>
More information about the Libreoffice-commits
mailing list