diff options
author | Bustamam Harun <bustamam@openoffice.org> | 2002-01-18 19:35:45 +0000 |
---|---|---|
committer | Bustamam Harun <bustamam@openoffice.org> | 2002-01-18 19:35:45 +0000 |
commit | 2cf9bfc53217526a51b9e50c8cbacdcd4e68c460 (patch) | |
tree | 9a23553cfcdea8ef6c09050bd4825dfeace38d6b /i18npool/source/indexentry/indexentrysupplier.cxx | |
parent | e84ac4b8a454d1590a33369dde6797097f2875d4 (diff) |
#91469# 4553039 Fixes by Simon Dean and Karl Hong
Diffstat (limited to 'i18npool/source/indexentry/indexentrysupplier.cxx')
-rw-r--r-- | i18npool/source/indexentry/indexentrysupplier.cxx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/i18npool/source/indexentry/indexentrysupplier.cxx b/i18npool/source/indexentry/indexentrysupplier.cxx index 8a1982e9d909..25fdffa570af 100644 --- a/i18npool/source/indexentry/indexentrysupplier.cxx +++ b/i18npool/source/indexentry/indexentrysupplier.cxx @@ -2,9 +2,9 @@ * * $RCSfile: indexentrysupplier.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jp $ $Date: 2002-01-14 09:28:45 $ + * last change: $Author: bustamam $ $Date: 2002-01-18 20:35:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,13 +156,14 @@ using namespace ::com::sun::star::i18n; static const struct { const sal_Char *pLang, *pFollowPage, *pFollowPages; } aFollowPageArr[] = { - { "en", "p.", "pp" }, + { "en", "p.", "pp." }, { "de", "f.", "ff." }, - { "es", "seg.", "segs." }, - { "it", "seg.", "segg." }, - { "fr", "suivante", "suivantes" }, + { "es", " s.", " ss." }, + { "it", "seg.", " e seg." }, + { "fr", " sv", " sv" }, + { "sv", "f.", "ff." }, { "zh", "", "" }, - { "ja", "", "" }, + { "ja", "p.", "pp." }, { "ko", "", "" }, { 0, 0, 0 } }; |