diff options
author | arellano <arellano@openoffice.org> | 2001-05-21 20:00:42 +0000 |
---|---|---|
committer | arellano <arellano@openoffice.org> | 2001-05-21 20:00:42 +0000 |
commit | 1cfde27d1a5d60968de474f9b0d41d3bad879fe4 (patch) | |
tree | 3bda0a2914145dd2d3774651d26d0c1ef00e21cc /offapi | |
parent | ee626427b7593a136b5473d8eeae3cce10d08fa6 (diff) |
added punctuation, corrected grammar
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/i18n/CalendarItem.idl | 12 | ||||
-rw-r--r-- | offapi/com/sun/star/i18n/Currency.idl | 18 |
2 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/i18n/CalendarItem.idl b/offapi/com/sun/star/i18n/CalendarItem.idl index b1c4e001458e..426e6e9e29e3 100644 --- a/offapi/com/sun/star/i18n/CalendarItem.idl +++ b/offapi/com/sun/star/i18n/CalendarItem.idl @@ -2,9 +2,9 @@ * * $RCSfile: CalendarItem.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: er $ $Date: 2000-11-20 19:40:18 $ + * last change: $Author: arellano $ $Date: 2001-05-21 20:57:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,18 +70,18 @@ module com { module sun { module star { module i18n { /** - One entry in a calendar, e.g. a day of week or a month or an era. + One entry in a calendar, for example, a day of week or a month or an era. <p>A sequence of CalendarItems is contained in the <type>Calendar</type> fields <emp>Days</emp>, <emp>Months</emp> and <emp>Eras</emp>. */ struct CalendarItem { - /// a unique ID for an entry of this type, mostly the abbreviated English name + /// a unique ID for an entry of this type, usually the abbreviated English name. string ID; - /// the abbreviated name + /// the abbreviated name. string AbbrevName; - /// the full name + /// the full name. string FullName; }; diff --git a/offapi/com/sun/star/i18n/Currency.idl b/offapi/com/sun/star/i18n/Currency.idl index ebc950a0e093..ea53d5f5e797 100644 --- a/offapi/com/sun/star/i18n/Currency.idl +++ b/offapi/com/sun/star/i18n/Currency.idl @@ -2,9 +2,9 @@ * * $RCSfile: Currency.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $ + * last change: $Author: arellano $ $Date: 2001-05-21 21:00:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,20 +69,20 @@ module com { module sun { module star { module i18n { //============================================================================= /** - Symbols and Names of a specific currency. + Symbols and names of a specific currency. - <p> Returned by <member>XLocaleData::getAllCurrencies()</member> + <p> Returned by <member>XLocaleData::getAllCurrencies()</member>. */ struct Currency { - /// identifier, e.g. <bold>dollar</bold> + /// identifier, for example, <bold>dollar</bold>. string ID; - /// currency symbol, e.g. <bold>$</bold> + /// currency symbol, for example, <bold>$</bold>. string Symbol; - /// currency abbreviation used by banks and in money exchange, e.g. <bold>USD</bold> + /// currency abbreviation used by banks and in money exchange, for example, <bold>USD</bold>. string BankSymbol; - /// name of the currency, e.g. <bold>US Dollar</bold> + /// name of the currency, for example, <bold>US Dollar</bold>. string Name; - /// whether this currency is the default currency for a given locale + /// if this currency is the default currency for a given locale. boolean Default; }; |