diff options
author | Samuel Thibault <sthibault@hypra.fr> | 2018-06-02 01:34:21 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-06-13 09:50:16 +0200 |
commit | e3248c2ac6d1f090b58489d087f029d85d060637 (patch) | |
tree | b889fd21277f89505e9f2cbe163e1d34411dfe3d /solenv/gbuild/UIConfig.mk | |
parent | f056cb7cec76b0769703176a27ac298461ff411a (diff) |
gla11y: Enable warnings for more widgets missing a label
Namely
GtkComboBox
GtkComboBoxText
GtkMenuItem
Change-Id: I85a971ca9cee5f17649b93d13d6b2aeb5440f830
Reviewed-on: https://gerrit.libreoffice.org/55414
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'solenv/gbuild/UIConfig.mk')
-rw-r--r-- | solenv/gbuild/UIConfig.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk index 7213d5e162a6..094ed5fe72a8 100644 --- a/solenv/gbuild/UIConfig.mk +++ b/solenv/gbuild/UIConfig.mk @@ -184,9 +184,9 @@ gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.sfxlo-SvxCharV gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.foruilo-RefEdit gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.svxcorelo-PaperSizeListBox # Probably need labelling -#gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkComboBox -#gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkComboBoxText -#gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkMenuItem +gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkComboBox +gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkComboBoxText +gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkMenuItem # Possibly need labelling #gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkTreeView #gb_UIConfig_gla11y_PARAMETERS += --enable-specific no-labelled-by.GtkTreeViewColumn |