[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svtools/source

Matthias Seidel mseidel at apache.org
Thu Apr 5 18:14:31 UTC 2018


 svtools/source/contnr/templwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 419130311a95ac43ef87be09f86dfdad003230f5
Author: Matthias Seidel <mseidel at apache.org>
Date:   Thu Apr 5 17:01:38 2018 +0000

    Changed link to templates (online) to avoid redirection

diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index e9b066e251fa..a80ae87d23e0 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -1734,7 +1734,7 @@ void SvtDocumentTemplateDialog::InitImpl( )
     if ( !bHideLink )
          {
     aMoreTemplatesLink.SetURL( String(
-        RTL_CONSTASCII_STRINGPARAM( "http://templates.services.openoffice.org/?cid=923508" ) ) );
+        RTL_CONSTASCII_STRINGPARAM( "https://templates.openoffice.org/?cid=923508" ) ) );
     aMoreTemplatesLink.SetClickHdl( LINK( this, SvtDocumentTemplateDialog, OpenLinkHdl_Impl ) );
     }
     else


More information about the Libreoffice-commits mailing list