[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sfx2/source

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Sun Jun 17 19:59:09 UTC 2018


 sfx2/source/view/viewfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 230e5fa437848cdda1fb9f5d259e93c8fa067b52
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Sun Jun 17 21:49:05 2018 +0200

    use hub.libreoffice.org for links from within LibreOffice
    
    Change-Id: I01eff9b5d921787ff0c251ab8467912144577705
    (cherry picked from commit cbd0d1da85a7ae6b35023274c7267872b3d920e7)

diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 4c37fa546543..e2194d6ba9c1 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -1371,7 +1371,7 @@ IMPL_LINK_NOARG(SfxViewFrame, GetInvolvedHandler, Button*, void)
 {
     try
     {
-        sfx2::openUriExternally("https://tdf.io/joinus", false);
+        sfx2::openUriExternally("https://hub.libreoffice.org/joinus", false);
     }
     catch (const Exception&)
     {


More information about the Libreoffice-commits mailing list