summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-07-10 13:43:04 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-07-29 03:17:40 +0200
commit5863e5a06069a005023f97013ffd170f121d3f8a (patch)
treee9ed8b63dbb9f2d1bc12181c1f083efa52d50510 /include
parent3afb71ee89f450217cbe232d636f40f10d425198 (diff)
Resolves tdf#132066 - Localization of special text in about window
Copy all version infos in English Change-Id: I6719e27f721b0ff9f06efb4ea63e286e6d58ebf4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98498 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit b4b8665bd370a869196e2f63acc2cdde7a37a4df) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99603 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 48a764b80125..6d520bb1d32d 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -906,7 +906,7 @@ public:
* bSelection = 0 to return all info, 1 for environment only,
* and 2 for VCL/render related infos
*/
- static OUString GetHWOSConfInfo(const int bSelection = 0);
+ static OUString GetHWOSConfInfo(const int bSelection = 0, bool bLocalize = true);
/** Load a localized branding PNG file as a bitmap.