diff options
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_source_app_svapp.cxx')
-rw-r--r-- | editors/libreoffice/files/patch-vcl_source_app_svapp.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx b/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx deleted file mode 100644 index ca238c012a03..000000000000 --- a/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- vcl/source/app/svapp.cxx.orig 2020-05-27 12:17:53 UTC -+++ vcl/source/app/svapp.cxx -@@ -1183,7 +1183,7 @@ OUString Application::GetHWOSConfInfo(const int bSelec - #endif - appendDetails("", VclResId(SV_APP_DEFAULT)); - --#if (defined LINUX || defined _WIN32 || defined MACOSX) -+#if (defined LINUX || defined _WIN32 || defined MACOSX || defined FREEBSD) - appendDetails("; ", SV_APP_VCLBACKEND + GetToolkitName()); - #endif - } |