mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
On behalf of Office team I proud to announce a major update: LibreOffice 7.4! * 16,384 columns in spreadsheets * Better change tracking * Document themes in presentations ...plus compatibility improvements, performance boosts and more. Read more: https://blog.documentfoundation.org/blog/2022/08/18/libreoffice-7-4-community/
18 lines
450 B
C++
18 lines
450 B
C++
--- vcl/source/app/salplug.cxx.orig 2022-05-12 13:26:05 UTC
|
|
+++ vcl/source/app/salplug.cxx
|
|
@@ -202,6 +202,7 @@ const char* const* autodetect_plugin_list()
|
|
#if ENABLE_KF5
|
|
"kf5",
|
|
#endif
|
|
+ "qt5",
|
|
#if ENABLE_GTK3_KDE5
|
|
"gtk3_kde5",
|
|
#endif
|
|
@@ -216,6 +217,7 @@ const char* const* autodetect_plugin_list()
|
|
|
|
static const char* const pStandardFallbackList[] =
|
|
{
|
|
+ "qt5",
|
|
#if ENABLE_GTK3
|
|
"gtk3",
|
|
#endif
|