From ed74986b212ca04cf7a45e4eb15073f0a2db1d14 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 16 Apr 2018 10:48:36 +0200 Subject: swriter: Add missing labelling The page header and footer panels were completely missing labelling The "Custom" label is actually used a a resource, suppress the labelling warning for it. Change-Id: I3ca6b1984fab23478a11e916f26702592a5ee991 Reviewed-on: https://gerrit.libreoffice.org/52948 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- solenv/sanitizers/ui/modules/swriter.false | 2 ++ 1 file changed, 2 insertions(+) (limited to 'solenv') diff --git a/solenv/sanitizers/ui/modules/swriter.false b/solenv/sanitizers/ui/modules/swriter.false index b30009980a01..6e709e490041 100644 --- a/solenv/sanitizers/ui/modules/swriter.false +++ b/solenv/sanitizers/ui/modules/swriter.false @@ -1,3 +1,5 @@ sw/uiconfig/swriter/ui/sortdialog.ui://GtkLabel[@id='order'] orphan-label sw/uiconfig/swriter/ui/pageformatpanel.ui://GtkLabel[@id='customlabel'] orphan-label sw/uiconfig/swriter/ui/pagestylespanel.ui://GtkLabel[@id='customlabel'] orphan-label +sw/uiconfig/swriter/ui/pagefooterpanel.ui://GtkLabel[@id='customlabel'] orphan-label +sw/uiconfig/swriter/ui/pageheaderpanel.ui://GtkLabel[@id='customlabel'] orphan-label -- cgit