summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2018-04-16 00:43:32 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-16 15:57:08 +0200
commit9001f5fca00617b55a29029557b78609b38cd9ec (patch)
tree5c01af7f03cd823dd2f4f252b6f29ed10ba6d3de /filter
parent77a59cabf33d5d6ccc80ea62ee07162abc1b4e52 (diff)
Use https instead of http
Use "https://cgit.freedesktop.org/libreoffice/core" instead of "http://cgit.freedesktop.org/libreoffice/core" Change-Id: Ic7248eeb2a9452da7236eeee08414a77714dd234 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/52926 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/presentation_engine.js4
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl2
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js
index 7dbe377697dd..bf705b38125c 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -1707,7 +1707,7 @@ function configureDetectionTools()
* files placed under the folder '/slideshow/source' and
* sub-folders. This got later rebased onto the AL2-licensed versions
* of those files in early 2013.
- * @source http://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
+ * @source https://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
*
*/
@@ -16287,7 +16287,7 @@ ElapsedTime.prototype.getElapsedTimeImpl = function()
* Several parts of the above code are the result of the porting,
* started on August 2011, of the C++ code included in the source files
* placed under the folder '/slideshow/source' and subfolders.
- * @source http://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
+ * @source https://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
*
*/
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index 26952c24ddc6..5601bb095c0c 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -145,7 +145,7 @@
<xsl:param name="globalData" />
<xsl:element name="html">
- <xsl:comment>This file was converted to xhtml by LibreOffice - see http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.</xsl:comment>
+ <xsl:comment>This file was converted to xhtml by LibreOffice - see https://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.</xsl:comment>
<xsl:call-template name='create-header'>
<xsl:with-param name="globalData" select="$globalData" />
</xsl:call-template>