From 7073d17fe5565589bdd3e6438cfa8b4d932acf8b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 10 May 2019 23:19:08 +0200 Subject: 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 --- bin/gla11y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 +# Copyright (c) 2018-2019 Samuel Thibault # # 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 -- cgit