You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/04/05 17:01:38 UTC

svn commit: r1828455 - /openoffice/trunk/main/svtools/source/contnr/templwin.cxx

Author: mseidel
Date: Thu Apr  5 17:01:38 2018
New Revision: 1828455

URL: http://svn.apache.org/viewvc?rev=1828455&view=rev
Log:
Changed link to templates (online) to avoid redirection

Modified:
    openoffice/trunk/main/svtools/source/contnr/templwin.cxx

Modified: openoffice/trunk/main/svtools/source/contnr/templwin.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/svtools/source/contnr/templwin.cxx?rev=1828455&r1=1828454&r2=1828455&view=diff
==============================================================================
--- openoffice/trunk/main/svtools/source/contnr/templwin.cxx (original)
+++ openoffice/trunk/main/svtools/source/contnr/templwin.cxx Thu Apr  5 17:01:38 2018
@@ -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