diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-12 14:25:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-18 15:17:59 +0100 |
commit | f9cf66b39ea00afc66ae79ca46cd9071f3598cb8 (patch) | |
tree | 4b488119c57d9e1ea3250e55af2df8769dc014f0 /solenv | |
parent | 3b544a311d6ab22e1e04c45a841d5f24d5c6b325 (diff) |
weld the sidebar deck
Change-Id: Idc6710df7e59bcb5f61fca783e0cc0666cb13a1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112404
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/sfx.suppr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/sanitizers/ui/sfx.suppr b/solenv/sanitizers/ui/sfx.suppr index faef6d043fcd..e9358dabf17b 100644 --- a/solenv/sanitizers/ui/sfx.suppr +++ b/solenv/sanitizers/ui/sfx.suppr @@ -10,8 +10,8 @@ sfx2/uiconfig/ui/cmisline.ui://GtkSpinButton[@id='time'] no-labelled-by sfx2/uiconfig/ui/custominfopage.ui://GtkLabel[@id='name'] orphan-label sfx2/uiconfig/ui/custominfopage.ui://GtkLabel[@id='type'] orphan-label sfx2/uiconfig/ui/custominfopage.ui://GtkLabel[@id='value'] orphan-label -sfx2/uiconfig/ui/decktitlebar.ui://GtkImage[@id='addonimage'] no-labelled-by -sfx2/uiconfig/ui/decktitlebar.ui://GtkLabel[@id='label'] orphan-label +sfx2/uiconfig/ui/deck.ui://GtkImage[@id='addonimage'] no-labelled-by +sfx2/uiconfig/ui/deck.ui://GtkLabel[@id='label'] orphan-label sfx2/uiconfig/ui/documentinfopage.ui://GtkLabel[@id='showcreate'] orphan-label sfx2/uiconfig/ui/documentinfopage.ui://GtkLabel[@id='showmodify'] orphan-label sfx2/uiconfig/ui/documentinfopage.ui://GtkLabel[@id='showsigned'] orphan-label |