diff options
author | Andras Timar <andras.timar@collabora.com> | 2022-02-11 21:56:12 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-01-15 11:21:05 +0100 |
commit | 4e882120caee483562c0f6aa6645ad6731fd7126 (patch) | |
tree | c91266804015d9906e9485e2427f4b5d630fe9b5 /cui | |
parent | 05dca31d6b84132296e139038b79f9b648b19099 (diff) |
[cp] Collabora Office branding
Change-Id: I694d9a6c508853d2d980f76cc259ce1e39149da4
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index ce82e418cf9e..0ead4b573700 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -125,7 +125,7 @@ AboutDialog::AboutDialog(weld::Window *pParent) m_pCreditsButton->set_uri(officecfg::Office::Common::Menus::CreditsURL::get()); OUString sURL(officecfg::Office::Common::Help::StartCenter::InfoURL::get()); - localizeWebserviceURI(sURL); + // localizeWebserviceURI(sURL); m_pWebsiteButton->set_uri(sURL); // See also SID_WHATSNEW in sfx2/source/appl/appserv.cxx |