diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-05-10 23:19:08 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2019-05-13 16:06:50 +0200 |
commit | 7073d17fe5565589bdd3e6438cfa8b4d932acf8b (patch) | |
tree | f61cf63a9c363e6b4bb4889c4e8494e263d44891 /bin | |
parent | c9cc70698c9ef17027bea7219f0460f9471e32b4 (diff) |
gla11y: whitelist GtkTreeViewColumn as not needing labelling
and remove corresponding suppressions.
Change-Id: I0dd88082ee0af4c5ee82590e894305fa53574c6b
Reviewed-on: https://gerrit.libreoffice.org/72133
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gla11y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gla11y b/bin/gla11y index 3fed400de699..f93121484648 100755 --- a/bin/gla11y +++ b/bin/gla11y @@ -10,7 +10,7 @@ # This file incorporates work covered by the following license notice: # # Copyright (c) 2018 Martin Pieuchot -# Copyright (c) 2018 Samuel Thibault <sthibault@hypra.fr> +# Copyright (c) 2018-2019 Samuel Thibault <sthibault@hypra.fr> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -145,6 +145,7 @@ widgets_ignored = widgets_toplevel + [ 'GtkTreeSelection', 'GtkListBoxRow', + 'GtkTreeViewColumn', # Useless to label 'GtkScrollbar', @@ -216,7 +217,6 @@ widgets_labels = [ # GtkCellView # GtkTreeView -# GtkTreeViewColumn # GtkTextView # GtkIconView |