[Libreoffice-commits] core.git: Branch 'distro/nisz/libreoffice-7-1' - cui/source sfx2/source

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 6 07:07:01 UTC 2021


 cui/source/dialogs/about.cxx         |    2 +-
 sfx2/source/dialog/backingwindow.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 36fb220e6f87287c79c9e23f7abfb6d8a722f0fb
Author:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Tue Jul 6 08:57:04 2021 +0200
Commit:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
CommitDate: Tue Jul 6 09:06:28 2021 +0200

    Do not localize customized help links
    
    * start center image link
    * About - Website
    
    are customized and need no localization
    Change-Id: Id389bccc47e8701d32559f1f2811b35ab17ec809
    
    Change-Id: I888fca89fde5c76f44b98bac0c73f3ad53aba3a7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118462
    Tested-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
    Reviewed-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>

diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index d4e3d80de876..0f7316495d50 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -120,7 +120,7 @@ AboutDialog::AboutDialog(weld::Window *pParent)
   m_pCreditsButton->set_uri(CuiResId(RID_SVXSTR_ABOUT_CREDITS_URL));
 
   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
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 1a2834bffe0d..c9d653f9f17c 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -120,7 +120,7 @@ public:
         if (rMEvt.IsLeft())
         {
             OUString sURL = officecfg::Office::Common::Menus::VolunteerURL::get();
-            localizeWebserviceURI(sURL);
+            //localizeWebserviceURI(sURL);
 
             Reference<css::system::XSystemShellExecute> const xSystemShellExecute(
                 css::system::SystemShellExecute::create(


More information about the Libreoffice-commits mailing list