[Libreoffice-commits] core.git: vcl/source
Gleb Popov (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 22 13:16:02 UTC 2020
vcl/source/app/svapp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5bccd9318a6357e043b798034dcca3bf94a1ec5f
Author: Gleb Popov <6yearold at gmail.com>
AuthorDate: Thu Oct 22 14:16:10 2020 +0400
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at 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.Mehrbrodt at 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
}
More information about the Libreoffice-commits
mailing list