diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-08-30 18:36:53 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-09-05 10:55:24 +0200 |
commit | 10e09915a1b5fe789cec3bb6378347155d9f4e9e (patch) | |
tree | e8d2fbe4cf6b5f8fc721992c2d259cd12c27700f /solenv/sanitizers | |
parent | 7010edf9c3cd1a602417421980092dee9ce7ea94 (diff) |
sfx2 template dialogs: fix some a11y issues
Change-Id: I5a72addaea131f59edec915491d11fa312a46049
Reviewed-on: https://gerrit.libreoffice.org/59834
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'solenv/sanitizers')
-rw-r--r-- | solenv/sanitizers/ui/sfx.suppr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/sanitizers/ui/sfx.suppr b/solenv/sanitizers/ui/sfx.suppr index aaea19f75e42..55c74c2684fd 100644 --- a/solenv/sanitizers/ui/sfx.suppr +++ b/solenv/sanitizers/ui/sfx.suppr @@ -69,14 +69,8 @@ sfx2/uiconfig/ui/startcenter.ui://GtkLabel[@id='create_label'] orphan-label sfx2/uiconfig/ui/startcenter.ui://GtkImage[@id='motif'] no-labelled-by sfx2/uiconfig/ui/startcenter.ui://GtkLabel[@id='althelplabel'] orphan-label sfx2/uiconfig/ui/templatedlg.ui://GtkLabel[@id='label1'] orphan-label -sfx2/uiconfig/ui/saveastemplatedlg.ui://GtkLabel[@id='select_label'] orphan-label -sfx2/uiconfig/ui/saveastemplatedlg.ui://GtkTreeView[@id='categorylb'] no-labelled-by sfx2/uiconfig/ui/saveastemplatedlg.ui://GtkTreeViewColumn[@id='treeviewcolumn1'] no-labelled-by -sfx2/uiconfig/ui/templatecategorydlg.ui://GtkLabel[@id='select_label'] orphan-label -sfx2/uiconfig/ui/templatecategorydlg.ui://GtkTreeView[@id='categorylb'] no-labelled-by sfx2/uiconfig/ui/templatecategorydlg.ui://GtkTreeViewColumn[@id='treeviewcolumn1'] no-labelled-by -sfx2/uiconfig/ui/templatecategorydlg.ui://GtkLabel[@id='create_label'] orphan-label -sfx2/uiconfig/ui/templatecategorydlg.ui://GtkEntry[@id='category_entry'] no-labelled-by sfx2/uiconfig/ui/versionsofdialog.ui://GtkLabel[@id='datetime'] orphan-label sfx2/uiconfig/ui/versionsofdialog.ui://GtkLabel[@id='savedby'] orphan-label sfx2/uiconfig/ui/versionsofdialog.ui://GtkLabel[@id='comments'] orphan-label |