diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2018-04-02 15:11:58 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-02 22:25:53 +0200 |
commit | e39c75b05c9ff865768e7f2694e5369cc35aa23b (patch) | |
tree | 5c1a1e759d22354c2964b86c78da564d866af639 /i18npool | |
parent | 91af9a53df79d256dc6a02c900fa570fe10d63ad (diff) |
use https links for api.libreoffice.org and opengrok
Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749
Reviewed-on: https://gerrit.libreoffice.org/52262
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/locale.dtd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd index 1425d6f33789..ef6fec20d968 100644 --- a/i18npool/source/localedata/data/locale.dtd +++ b/i18npool/source/localedata/data/locale.dtd @@ -168,7 +168,7 @@ hyphen-minus separates the currency symbol from the hexagesimal MS-LCID, letters contained in the LCID have to be in upper case, leading zeros are to be omitted. LCIDs are defined in include/i18nlangtag/lang.h ( - http://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h ) + https://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h ) --> <!ELEMENT DateAcceptancePattern (#PCDATA)> @@ -216,7 +216,7 @@ The format indices 0..59 are reserved and, for backwards compatibility, indices 0..49 MUST be used as stated in offapi/com/sun/star/i18n/NumberFormatIndex.idl ( - http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/i18n/NumberFormatIndex.idl ) + https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/i18n/NumberFormatIndex.idl ) Note that indices 10 ("# ?/?"), 11 ("# ??/??"), 48 (BOOLEAN) and 49 (@ Text) are generated internally, as they aren't locale dependent, and must not be used in locale data XML files. All other formats have to be @@ -290,7 +290,7 @@ xxx currency symbol that has the attribute usedInCompatibleFormatCodes="true". The hexadecimal yyy LANGID must be properly set. It can be found in the file include/i18nlangtag/lang.h ( - http://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h ) + https://opengrok.libreoffice.org/xref/core/include/i18nlangtag/lang.h ) You may verify the proper use of the xxx currency symbol with the AWK script i18npool/source/localedata/data/currency-check.awk, it mustn't display any output. If it does, then there's something wrong. @@ -600,7 +600,7 @@ <!-- In numbering levels, the NumType attribute is a value of the constants defined in offapi/com/sun/star/style/NumberingType.idl ( - http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/style/NumberingType.idl + https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/style/NumberingType.idl ) --> |