diff options
author | Samuel Thibault <sthibault@hypra.fr> | 2018-04-23 10:54:20 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-05-04 03:14:43 +0200 |
commit | 936eaedddbc6d21737745be3c3131607440e366c (patch) | |
tree | e5ebf5f80aaf943c91f6f2fd9675937ea8f3c22c /solenv/gbuild/UIConfig.mk | |
parent | 4ed3137022efa6128ad146e4b4dfae13548431dc (diff) |
gla11y: Enable duplicate labelling warnings
Change-Id: Id9022aad4538caa08c3de9a76ff97282cfefb828
Reviewed-on: https://gerrit.libreoffice.org/53314
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk index 1d9ede0986d1..e208d99a7309 100644 --- a/solenv/gbuild/UIConfig.mk +++ b/solenv/gbuild/UIConfig.mk @@ -167,7 +167,7 @@ gb_UIConfig_gla11y_PARAMETERS += --enable-type missing-labelled-by # These are often buttons with only an image gb_UIConfig_gla11y_PARAMETERS += --enable-type button-no-label # These are often doubtful -#gb_UIConfig_gla11y_PARAMETERS += --enable-type duplicate-mnemonic --enable-type labelled-by-and-mnemonic +gb_UIConfig_gla11y_PARAMETERS += --enable-type duplicate-mnemonic --enable-type labelled-by-and-mnemonic # For now, disable warning about widgets without a label by default, to enable warnings for classes progressively # To be uncommented progressively |