diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2018-04-16 00:43:32 +0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-16 15:57:08 +0200 |
commit | 9001f5fca00617b55a29029557b78609b38cd9ec (patch) | |
tree | 5c01af7f03cd823dd2f4f252b6f29ed10ba6d3de /offapi | |
parent | 77a59cabf33d5d6ccc80ea62ee07162abc1b4e52 (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 'offapi')
-rw-r--r-- | offapi/com/sun/star/i18n/XLocaleData.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/i18n/XLocaleData.idl b/offapi/com/sun/star/i18n/XLocaleData.idl index 7351de5d1600..012450edadc4 100644 --- a/offapi/com/sun/star/i18n/XLocaleData.idl +++ b/offapi/com/sun/star/i18n/XLocaleData.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module i18n { respectively localedata*.dll. <p> For XML locale data files definitions see <a - href="http://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/locale.dtd"> + href="https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/locale.dtd"> the DTD file</a>. </p> */ |