summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 12:27:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 12:27:28 +0000
commitaf5bd922449c112b7be310d41b429d721110e8ea (patch)
treeb9ae9d187658d56ffdf9dd68afd65fb46ddffbee /offapi/com
parent295ebe2394a8e2818e917b8929fee4f84346ef24 (diff)
INTEGRATION: CWS numbers203 (1.9.76); FILE MERGED
2006/03/03 12:31:16 er 1.9.76.1: clarify ID and BankSymbol description
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/i18n/Currency.idl14
1 files changed, 9 insertions, 5 deletions
diff --git a/offapi/com/sun/star/i18n/Currency.idl b/offapi/com/sun/star/i18n/Currency.idl
index 3f4abdc41824..3174b8ef048e 100644
--- a/offapi/com/sun/star/i18n/Currency.idl
+++ b/offapi/com/sun/star/i18n/Currency.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: Currency.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:43:59 $
+ * last change: $Author: hr $ $Date: 2006-04-20 13:27:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,17 +52,21 @@ module com { module sun { module star { module i18n {
published struct Currency
{
- /** Identifier, for example, <b>dollar</b>. */
+ /** ISO 4217 currency code identifier, for example, <b>EUR</b> or
+ <b>USD</b>. */
string ID;
/** Currency symbol, for example, <b>$</b>. */
string Symbol;
/** Currency abbreviation used by banks and in money exchange, for
- example, <b>USD</b>. */
+ example, <b>EUR</b> or <b>USD</b>. This usually should be
+ identical to the ISO 4217 currency code also used in the
+ <member>ID</member>, but doesn't necessarily have to be. */
string BankSymbol;
- /** Name of the currency, for example, <b>US Dollar</b>. */
+ /** Name of the currency, for example, <b>Euro</b> or <b>US
+ Dollar</b>. Should be the localized name. */
string Name;
/** If this currency is the default currency for a given locale. */