Index: libreoffice-6.2.1.2/sfx2/source/appl/shutdownicon.cxx =================================================================== --- libreoffice-6.2.1.2.orig/sfx2/source/appl/shutdownicon.cxx +++ libreoffice-6.2.1.2/sfx2/source/appl/shutdownicon.cxx @@ -143,7 +143,7 @@ bool LoadModule() #endif // ENABLE_QUICKSTART_APPLET } assert(!boost::logic::indeterminate(loaded)); - return loaded; + return (bool)loaded; } }