summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2019-06-20 15:53:38 +0200
committerVasily Melenchuk <vasily.melenchuk@cib.de>2020-12-05 19:21:15 +0300
commit261748b74f8007d866aa68dd1d335d7c240b4503 (patch)
tree48eefd959cb3ed964af611240bde7faf4bfc2005 /cui/source
parent0174cacaf209f274e0868bce889e4576d248c754 (diff)
Always use git hash as a link to the changelog
instead of build version (--with-build-version) which can be an arbitrary string, unrelated to git commit hashes Change-Id: I5b2f3d951de6a8da6b7146aae6ed7a5fafb78aca
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/dialogs/about.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 614c559e1039..12dcb9bf9dbf 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -140,7 +140,8 @@ IMPL_LINK(AboutDialog, HandleClick, weld::Button&, rButton, void)
void AboutDialog::SetBuildIdLink()
{
- const OUString buildId = GetBuildId();
+ OUString sDefault;
+ OUString buildId(utl::Bootstrap::getBuildIdData(sDefault));
if (IsStringValidGitHash(buildId))
{