[Libreoffice-commits] core.git: solenv/sanitizers

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 6 09:15:48 UTC 2018


 solenv/sanitizers/ui/modules/scalc.false |    1 +
 solenv/sanitizers/ui/modules/scalc.suppr |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e55afba091d07e269a99ef91e953a955e1f5da4b
Author:     Samuel Thibault <samuel.thibault at ens-lyon.org>
AuthorDate: Wed Sep 5 18:02:51 2018 +0200
Commit:     Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Thu Sep 6 11:15:22 2018 +0200

    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 at cib.de>

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


More information about the Libreoffice-commits mailing list