From af5bd922449c112b7be310d41b429d721110e8ea Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 20 Apr 2006 12:27:28 +0000
Subject: INTEGRATION: CWS numbers203 (1.9.76); FILE MERGED 2006/03/03 12:31:16
er 1.9.76.1: clarify ID and BankSymbol description
---
offapi/com/sun/star/i18n/Currency.idl | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
(limited to 'offapi/com')
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, dollar. */
+ /** ISO 4217 currency code identifier, for example, EUR or
+ USD. */
string ID;
/** Currency symbol, for example, $. */
string Symbol;
/** Currency abbreviation used by banks and in money exchange, for
- example, USD. */
+ example, EUR or USD. This usually should be
+ identical to the ISO 4217 currency code also used in the
+ ID, but doesn't necessarily have to be. */
string BankSymbol;
- /** Name of the currency, for example, US Dollar. */
+ /** Name of the currency, for example, Euro or US
+ Dollar. Should be the localized name. */
string Name;
/** If this currency is the default currency for a given locale. */
--
cgit