From a2a9850217b3f711440283131fdfc58a9a254919 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 17 Dec 2023 17:37:51 +0100 Subject: get rid of warnings when reportbuilder is not configured for build In the LOK case for example, where there is no reportbuilder, there were a lot of bogus warning messages at startup, confimgr complained that there were translations for non existing configuration nodes, all belonged to reportbuilder. Change-Id: I7f9cef3206bddd9e333b97ee966fb950fbb352d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160887 Tested-by: Jenkins CollaboraOffice Reviewed-by: Miklos Vajna Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161048 Tested-by: Jenkins Reviewed-by: Andras Timar --- solenv/bin/removereportbuilder.xslt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 solenv/bin/removereportbuilder.xslt (limited to 'solenv') diff --git a/solenv/bin/removereportbuilder.xslt b/solenv/bin/removereportbuilder.xslt new file mode 100644 index 000000000000..1c2b0135feb9 --- /dev/null +++ b/solenv/bin/removereportbuilder.xslt @@ -0,0 +1,19 @@ + + + + + + + + + + + + -- cgit