diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-04-29 11:39:57 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-04-29 19:09:39 +0200 |
commit | ab846145bbd56f4308c8657df8b1354a403edd74 (patch) | |
tree | 6867760584cff9eba04ab197ba01004470246564 /include | |
parent | 3aa11fb2b425e2f4bb1b47fed8782423d2b6f269 (diff) |
Resolves tdf#132322 - Link to Gerrit hash reintroduced
Mulit-line label split, Build realized as link_button
Required changes also solve tdf#132066 partially as many
localized strings are not anymore copied to clipboard
Change-Id: I346fdc65cd1734f17854eccd587fe0b7e216e720
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93119
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index e6ed7a1f46fc..b450043767f7 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -903,8 +903,10 @@ public: /** Get useful OS, Hardware and configuration information, * cf. Help->About, and User-Agent + * bSelection = 0 to return all info, 1 for environment only, + * and 2 for VCL/render related infos */ - static OUString GetHWOSConfInfo(); + static OUString GetHWOSConfInfo(const int bSelection = 0); /** Load a localized branding PNG file as a bitmap. |