summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-01-19 23:22:02 +0100
committerEike Rathke <erack@redhat.com>2012-01-19 23:28:49 +0100
commit6f607469e97d6d6aeba99b5fcad264c40b47fd2e (patch)
treeb9b9314ac170a2034ccc766ccc810254b5fc55f7 /offapi/com/sun/star/i18n
parent5d2f27834abd9ea13556387ffa7f773587edbebc (diff)
minor corrections in comments
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r--offapi/com/sun/star/i18n/NumberFormatIndex.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
index c7105b0d7bf7..708b2d429ab7 100644
--- a/offapi/com/sun/star/i18n/NumberFormatIndex.idl
+++ b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module i18n {
<b>MUST</b> support some predefined format codes. These predefined
format codes are accessed through indices as the following, and
the locale data format code definitions in
- i18npool\source\localedata\data\*.xml <b>MUST</b> have matching
+ i18npool/source/localedata/data/*.xml <b>MUST</b> have matching
entries in the form <br/>
<code>&lt;FormatElement formatindex="0"&gt;</code> <br/>
@@ -65,7 +65,7 @@ module com { module sun { module star { module i18n {
<p> Date formats may have a comment of DIN/EN/ISO, meaning
<ul>
- <li> DIN 5008 (Deutsche Industrie Norm) </li>
+ <li> DIN 5008 (Deutsches Institut f&uuml;r Normung, formerly Deutsche Industrie-Norm) </li>
<li> EN 28601 (European Norm) </li>
<li> ISO 8601 (International Standards Organization) </li>
</ul>
@@ -198,7 +198,7 @@ published constants NumberFormatIndex
const short DATE_SYS_NNNNDMMMMYYYY = DATE_START+12;
/// 10-08 <br/> DIN/EN
const short DATE_DIN_MMDD = DATE_START+13;
- /// 97-10-08 <br/> DIN/EN/ISO
+ /// 97-10-08 <br/> DIN/EN
const short DATE_DIN_YYMMDD = DATE_START+14;
/// 1997-10-08 <br/> DIN/EN/ISO
const short DATE_DIN_YYYYMMDD = DATE_START+15;