diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-07-30 11:20:53 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-07-31 23:09:17 +0200 |
commit | 3abc852f2f582b3abdd082b274ceeea67b21a0ab (patch) | |
tree | 88747cd53ebf9ddb5a8879b84cfff5a0d259fb69 /cui/source/inc/about.hxx | |
parent | 99284a22f3cda8518cd2207128928c2e455c89ee (diff) |
Resolves tdf#132066 - Localization of special text in about window
Copy all version infos in English
Follow-up to 56b2214c3aa40c2e2522eba5584063fb34e003ba
Change-Id: Id093305261ec957137c56f61048c660e80e5c795
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99773
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'cui/source/inc/about.hxx')
-rw-r--r-- | cui/source/inc/about.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx index 2262da38de96..df689fdb12ef 100644 --- a/cui/source/inc/about.hxx +++ b/cui/source/inc/about.hxx @@ -44,7 +44,7 @@ private: static OUString GetVersionString(); static OUString GetBuildString(); - static OUString GetLocaleString(); + static OUString GetLocaleString(bool bLocalized = true); static OUString GetMiscString(); static OUString GetCopyrightString(); |