summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/Currency.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 09:01:46 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 09:01:46 +0000
commit7bf737f049563c77f88e37e8dd6c3fdc218380bc (patch)
tree08d563f2bc3cc612967a4c9ca387d9c9334a7347 /offapi/com/sun/star/i18n/Currency.idl
parentd52f4ef4675705ad620a76b5f5e45cd5c66daab8 (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/i18n/Currency.idl')
-rw-r--r--offapi/com/sun/star/i18n/Currency.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/i18n/Currency.idl b/offapi/com/sun/star/i18n/Currency.idl
index 95003d621d0d..b4bb0a758379 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: er $ $Date: 2001-05-31 16:49:21 $
+ * last change: $Author: mi $ $Date: 2001-10-25 10:01:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,13 +74,13 @@ module com { module sun { module star { module i18n {
<p> Returned by <member>XLocaleData::getAllCurrencies()</member>.
*/
struct Currency {
- /// identifier, for example, <bold>dollar</bold>.
+ /// identifier, for example, <b>dollar</b>.
string ID;
- /// currency symbol, for example, <bold>$</bold>.
+ /// currency symbol, for example, <b>$</b>.
string Symbol;
- /// currency abbreviation used by banks and in money exchange, for example, <bold>USD</bold>.
+ /// currency abbreviation used by banks and in money exchange, for example, <b>USD</b>.
string BankSymbol;
- /// name of the currency, for example, <bold>US Dollar</bold>.
+ /// name of the currency, for example, <b>US Dollar</b>.
string Name;
/// if this currency is the default currency for a given locale.
boolean Default;