From b461740a9ca89eb3b036c366ba60f24c7aad2b60 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 1 Nov 2019 13:49:09 +0000 Subject: weld SfxRecordingFloat_Impl utility window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we can't abuse action_name anymore as the uno command are not legal actions Change-Id: Iaf9306c6e3eec852d2a50df9161bd20383881a04 Reviewed-on: https://gerrit.libreoffice.org/81902 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- bin/gla11y | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin') diff --git a/bin/gla11y b/bin/gla11y index 0120326d29a2..aff0a13172c6 100755 --- a/bin/gla11y +++ b/bin/gla11y @@ -785,6 +785,11 @@ def is_orphan_widget(filename, tree, root, obj, orphan, orphan_root, doprint = F # Has a return False + # Uses id as an action_name + if 'id' in obj.attrib: + if obj.attrib['id'].startswith(".uno:"): + return False + gtklabels = obj.findall(".//object[@class='GtkLabel']") + obj.findall(".//object[@class='GtkAccelLabel']") if len(gtklabels) >= 1: # Has a custom label -- cgit