From acbb5c112939c0775ca074a6e4859058f629df74 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Wed, 29 Sep 2021 20:00:54 +0200 Subject: [PATCH] Log a message when libreoffice-base cannot be installed Ref: https://bugs.documentfoundation.org/show_bug.cgi?id=144607 Signed-off-by: Ismael Luceno --- sfx2/source/appl/appserv.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 830ad973cd25..18b97a872ad7 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -177,6 +177,10 @@ namespace TOOLS_INFO_EXCEPTION("sfx.appl", "trying to install LibreOffice Base"); } } + else + { + SAL_WARN("sfx.appl", "LibreOffice Base cannot be installed"); + } return; } -- 2.33.0