vcl/source/app/svapp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5bccd9318a6357e043b798034dcca3bf94a1ec5f
Author:     Gleb Popov <6year...@gmail.com>
AuthorDate: Thu Oct 22 14:16:10 2020 +0400
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
CommitDate: Thu Oct 22 15:15:22 2020 +0200

    Add __FreeBSD__ case to the #ifdef conditional.
    
    Change-Id: I77e69e7f82e7a24870a68d13abb365a7c2593564
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104653
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 7f27cf4d5601..150caea518ee 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1182,7 +1182,7 @@ OUString Application::GetHWOSConfInfo(const int 
bSelection, const bool bLocalize
 #endif
             appendDetails(u"", Localize(SV_APP_DEFAULT, bLocalize));
 
-#if (defined LINUX || defined _WIN32 || defined MACOSX)
+#if (defined LINUX || defined _WIN32 || defined MACOSX || defined __FreeBSD__)
         appendDetails(u"; ", SV_APP_VCLBACKEND + GetToolkitName());
 #endif
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to