summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-05-10 23:19:08 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2019-05-13 16:06:50 +0200
commit7073d17fe5565589bdd3e6438cfa8b4d932acf8b (patch)
treef61cf63a9c363e6b4bb4889c4e8494e263d44891 /bin
parentc9cc70698c9ef17027bea7219f0460f9471e32b4 (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-xbin/gla11y4
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