From 3170799ce2506b9251609fb1e675f8ba98241cc3 Mon Sep 17 00:00:00 2001 From: Heiko Tietze Date: Fri, 27 Aug 2021 12:29:31 +0200 Subject: Related tdf#119931 - Fix accessibility warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I69787778f11217a55daa1489c142561db5efce19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121139 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- solenv/sanitizers/ui/cui.suppr | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/sanitizers/ui/cui.suppr b/solenv/sanitizers/ui/cui.suppr index d48a220fc622..9a8a1e988fa6 100644 --- a/solenv/sanitizers/ui/cui.suppr +++ b/solenv/sanitizers/ui/cui.suppr @@ -56,10 +56,13 @@ cui/uiconfig/ui/gallerygeneralpage.ui://GtkLabel[@id='contents'] orphan-label cui/uiconfig/ui/gallerysearchprogress.ui://GtkLabel[@id='file'] orphan-label cui/uiconfig/ui/gallerysearchprogress.ui://GtkLabel[@id='dir'] orphan-label cui/uiconfig/ui/galleryupdateprogress.ui://GtkLabel[@id='file'] orphan-label +cui/uiconfig/ui/graphictestdlg.ui://GtkLabel[@id='gptest_label'] orphan-label +cui/uiconfig/ui/graphictestdlg.ui://GtkLabel[@id='gptest_detail'] orphan-label cui/uiconfig/ui/hangulhanjaconversiondialog.ui://GtkLabel[@id='originalword'] orphan-label cui/uiconfig/ui/hangulhanjaconversiondialog.ui://GtkLabel[@id='label4'] orphan-label cui/uiconfig/ui/hangulhanjaconversiondialog.ui://GtkLabel[@id='label5'] orphan-label cui/uiconfig/ui/hangulhanjaconversiondialog.ui://GtkLabel[@id='label6'] orphan-label +cui/uiconfig/ui/hyperlinkmarkdialog.ui://GtkLabel[@id='error'] orphan-label cui/uiconfig/ui/hatchpage.ui://GtkLabel[@id='angleft'] orphan-label cui/uiconfig/ui/hatchpage.ui://GtkScale[@id='angleslider'] no-labelled-by cui/uiconfig/ui/hyperlinkdocpage.ui://GtkLabel[@id='url_label'] orphan-label @@ -130,6 +133,8 @@ cui/uiconfig/ui/optsecuritypage.ui://GtkLabel[@id='label5'] orphan-label cui/uiconfig/ui/optsecuritypage.ui://GtkLabel[@id='masterpasswordtext'] orphan-label cui/uiconfig/ui/optsecuritypage.ui://GtkLabel[@id='nopasswordsave'] orphan-label cui/uiconfig/ui/optsecuritypage.ui://GtkLabel[@id='label4'] orphan-label +cui/uiconfig/ui/optviewpage.ui://GtkLabel[@id='skiaenabled'] orphan-label +cui/uiconfig/ui/optviewpage.ui://GtkLabel[@id='skiadisabled'] orphan-label cui/uiconfig/ui/pageformatpage.ui://GtkSpinButton[@id='spinMargLeft'] duplicate-mnemonic cui/uiconfig/ui/pageformatpage.ui://GtkSpinButton[@id='spinMargRight'] duplicate-mnemonic cui/uiconfig/ui/pageformatpage.ui://GtkLabel[@id='labelMsg'] orphan-label @@ -211,6 +216,7 @@ cui/uiconfig/ui/textanimtabpage.ui://GtkLabel[@id='FT_DELAY'] orphan-label cui/uiconfig/ui/textflowpage.ui://GtkLabel[@id='labelOrphan'] orphan-label cui/uiconfig/ui/textflowpage.ui://GtkLabel[@id='labelWidow'] orphan-label cui/uiconfig/ui/thesaurus.ui://GtkLabel[@id='notfound'] orphan-label +cui/uiconfig/ui/toolbarmodedialog.ui://GtkLabel[@id='lbInfo'] orphan-label cui/uiconfig/ui/tsaurldialog.ui://GtkLabel[@id='label2'] orphan-label cui/uiconfig/ui/tsaurldialog.ui://GtkLabel[@id='enteraurl'] orphan-label cui/uiconfig/ui/twolinespage.ui://GtkLabel[@id='label29'] orphan-label @@ -218,4 +224,5 @@ cui/uiconfig/ui/twolinespage.ui://GtkLabel[@id='label30'] orphan-label cui/uiconfig/ui/twolinespage.ui://GtkTreeView[@id='startbracket'] no-labelled-by cui/uiconfig/ui/twolinespage.ui://GtkTreeView[@id='endbracket'] no-labelled-by cui/uiconfig/ui/wordcompletionpage.ui://GtkSpinButton[@id='maxentries'] duplicate-mnemonic -cui/uiconfig/ui/toolbarmodedialog.ui://GtkLabel[@id='lbInfo'] orphan-label +cui/uiconfig/ui/wordcompletionpage.ui://GtkLabel[@id='wordcompletion'] orphan-label +cui/uiconfig/ui/wordcompletionpage.ui://GtkLabel[@id='collectedwords'] orphan-label -- cgit