diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-09-05 18:02:51 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-09-06 11:15:22 +0200 |
commit | e55afba091d07e269a99ef91e953a955e1f5da4b (patch) | |
tree | e274a95a8f6553de01221059abf8cd95703023d5 /solenv/sanitizers | |
parent | 20c5e708fce9954d7c2ff2705e28a3e1790b1092 (diff) |
sc header-footer dlg: Suppress false-positive warning
labelFT_H_DEFINED and labelFT_F_DEFINED are indeed two labels for the same
widget, and only one appears at the same time.
Change-Id: Ie8c29a43408d1ee29f15c686af906359ef3c50b9
Reviewed-on: https://gerrit.libreoffice.org/60046
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'solenv/sanitizers')
-rw-r--r-- | solenv/sanitizers/ui/modules/scalc.false | 1 | ||||
-rw-r--r-- | solenv/sanitizers/ui/modules/scalc.suppr | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/solenv/sanitizers/ui/modules/scalc.false b/solenv/sanitizers/ui/modules/scalc.false new file mode 100644 index 000000000000..57257bf1e6c5 --- /dev/null +++ b/solenv/sanitizers/ui/modules/scalc.false @@ -0,0 +1 @@ +sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkComboBox[@id='comboLB_DEFINED'] duplicate-mnemonic diff --git a/solenv/sanitizers/ui/modules/scalc.suppr b/solenv/sanitizers/ui/modules/scalc.suppr index 625262e92571..12fb75427aa0 100644 --- a/solenv/sanitizers/ui/modules/scalc.suppr +++ b/solenv/sanitizers/ui/modules/scalc.suppr @@ -77,7 +77,6 @@ sc/uiconfig/scalc/ui/groupbydate.ui://GtkSpinButton[@id='end_date:yy:mm:dd'] no- sc/uiconfig/scalc/ui/groupbydate.ui://GtkSpinButton[@id='days_value'] no-labelled-by sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='labelFT_H_CUSTOM'] orphan-label sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='labelFT_F_CUSTOM'] orphan-label -sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkComboBox[@id='comboLB_DEFINED'] duplicate-mnemonic sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='label2'] orphan-label sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='labelSTR_HF_NONE_IN_BRACKETS'] orphan-label sc/uiconfig/scalc/ui/headerfootercontent.ui://GtkLabel[@id='labelSTR_PAGE'] orphan-label |