diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-28 17:17:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-29 14:55:52 +0200 |
commit | b7b78dfc0719c3aa0e250b2992d3b04e135a26be (patch) | |
tree | cd909bf91be446efaba3b0a34dfe1daa470cd505 /solenv/sanitizers | |
parent | fd01ddd3094dd080a455665342316c79dbee8390 (diff) |
weld SfxCmisPropertiesPage
Change-Id: I3a824acd126dcbd3bde60ca9d68afd79cb708ed8
Reviewed-on: https://gerrit.libreoffice.org/73126
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/sanitizers')
-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 1bea91f7953f..b049b23291ae 100644 --- a/solenv/sanitizers/ui/sfx.suppr +++ b/solenv/sanitizers/ui/sfx.suppr @@ -41,8 +41,8 @@ sfx2/uiconfig/ui/cmisinfopage.ui://GtkLabel[@id='value'] orphan-label sfx2/uiconfig/ui/cmisline.ui://GtkLabel[@id='name'] orphan-label sfx2/uiconfig/ui/cmisline.ui://GtkLabel[@id='type'] orphan-label sfx2/uiconfig/ui/cmisline.ui://GtkEntry[@id='value'] no-labelled-by -sfx2/uiconfig/ui/cmisline.ui://GtkSpinButton[@id='date:yy:mm:dd'] no-labelled-by -sfx2/uiconfig/ui/cmisline.ui://GtkSpinButton[@id='time:hh:mm'] no-labelled-by +sfx2/uiconfig/ui/cmisline.ui://GtkMenuButton[@id='date'] button-no-label +sfx2/uiconfig/ui/cmisline.ui://GtkSpinButton[@id='time'] no-labelled-by sfx2/uiconfig/ui/custominfopage.ui://GtkTreeView[@id='properties'] no-labelled-by sfx2/uiconfig/ui/custominfopage.ui://GtkLabel[@id='name'] orphan-label sfx2/uiconfig/ui/custominfopage.ui://GtkLabel[@id='type'] orphan-label |