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 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx b/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx index 7e04c32bd915..ca238c012a03 100644 --- a/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx +++ b/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx @@ -1,11 +1,11 @@ ---- vcl/source/app/svapp.cxx.orig 2019-02-04 10:17:39.490629000 +0800 -+++ vcl/source/app/svapp.cxx 2019-02-04 10:47:26.591172000 +0800 -@@ -1103,7 +1103,7 @@ - aDetails.append( VclResId(SV_APP_DEFAULT) ); - aDetails.append( "; " ); +--- 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) - aDetails.append( SV_APP_VCLBACKEND ); - aDetails.append( GetToolkitName() ); - aDetails.append( "; " ); + appendDetails("; ", SV_APP_VCLBACKEND + GetToolkitName()); + #endif + } |