ports/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx
Dima Panov 1fc4b7db57 editors/libreoffice: update to 7.4.0 release (+)
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/
2022-08-18 15:25:31 +03:00

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