diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-07 14:21:22 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-07 14:21:22 +0200 |
commit | 6ea6a422fbb6279c6fc589e86603a6864273229d (patch) | |
tree | f7b9ecedbcb23305c47f3f9e06b0c74d9c694145 /i18nutil | |
parent | 15dfb04267015a9dfbc36d79999d51527bc00358 (diff) |
s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
Diffstat (limited to 'i18nutil')
-rw-r--r-- | i18nutil/source/utility/paper.cxx | 2 | ||||
-rw-r--r-- | i18nutil/source/utility/widthfolding.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/i18nutil/source/utility/paper.cxx b/i18nutil/source/utility/paper.cxx index 1a6c725c0f73..00dec24fbfe1 100644 --- a/i18nutil/source/utility/paper.cxx +++ b/i18nutil/source/utility/paper.cxx @@ -396,7 +396,7 @@ Paper PaperInfo::fromPSName(const OString &rName) return PAPER_USER; } -//http://wiki.services.openoffice.org/wiki/DefaultPaperSize +//http://wiki.openoffice.org/wiki/DefaultPaperSize //http://www.unicode.org/cldr/data/charts/supplemental/territory_language_information.html //http://sourceware.org/git/?p=glibc.git;a=tree;f=localedata/locales //http://en.wikipedia.org/wiki/Paper_size diff --git a/i18nutil/source/utility/widthfolding.cxx b/i18nutil/source/utility/widthfolding.cxx index 99508043dee8..a7ecb98052b4 100644 --- a/i18nutil/source/utility/widthfolding.cxx +++ b/i18nutil/source/utility/widthfolding.cxx @@ -221,7 +221,7 @@ oneToOneMapping& widthfolding::getfull2halfTableForASC() // 0xFFE5 (FULLWIDTH YEN SIGN) --> 0x005C (REVERSE SOLIDUS) // // See the following page for detail: - // http://wiki.services.openoffice.org/wiki/Calc/Features/JIS_and_ASC_functions + // http://wiki.openoffice.org/wiki/Calc/Features/JIS_and_ASC_functions int i, j, high, low; int n = sizeof(full2halfASCException) / sizeof(UnicodePairWithFlag); for( i = 0; i < n; i++ ) @@ -255,7 +255,7 @@ oneToOneMapping& widthfolding::gethalf2fullTableForJIS() // 0x0060 (GRAVE ACCENT) --> 0x2018 (LEFT SINGLE QUOTATION MARK) // // See the following page for detail: - // http://wiki.services.openoffice.org/wiki/Calc/Features/JIS_and_ASC_functions + // http://wiki.openoffice.org/wiki/Calc/Features/JIS_and_ASC_functions int i, j, high, low; int n = sizeof(half2fullJISException) / sizeof(UnicodePairWithFlag); for( i = 0; i < n; i++ ) |