summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-10-08 10:43:12 +0200
committerAndras Timar <andras.timar@collabora.com>2020-05-04 21:01:45 +0200
commitb48c1a32bfbdf83e28a3bd53655b54ad45e7abe0 (patch)
tree63d1c424ba908741d82161e918482a36661244e1 /cui
parentDOCX import: improve support for headers/footers from cont sect break (diff)
downloadcore-b48c1a32bfbdf83e28a3bd53655b54ad45e7abe0.tar.gz
core-b48c1a32bfbdf83e28a3bd53655b54ad45e7abe0.zip
[cp] Collabora Office branding
Change-Id: I9e79c07aa3cbb70076d9bab07294062df4be02c6
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/about.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 614c559e1039..70ea05a15eeb 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -108,7 +108,7 @@ IMPL_LINK(AboutDialog, HandleClick, weld::Button&, rButton, void)
else if (&rButton == m_xWebsiteButton.get())
{
sURL = officecfg::Office::Common::Help::StartCenter::InfoURL::get();
- localizeWebserviceURI(sURL);
+ // localizeWebserviceURI(sURL);
}
else if (&rButton == m_xReleaseNotesButton.get())
{