summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/Calendar.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/i18n/Calendar.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/i18n/Calendar.idl')
-rw-r--r--offapi/com/sun/star/i18n/Calendar.idl14
1 files changed, 8 insertions, 6 deletions
diff --git a/offapi/com/sun/star/i18n/Calendar.idl b/offapi/com/sun/star/i18n/Calendar.idl
index 5ebb8322bc4a..c75dcc760ecb 100644
--- a/offapi/com/sun/star/i18n/Calendar.idl
+++ b/offapi/com/sun/star/i18n/Calendar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Calendar.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-05-21 20:50:25 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,11 +71,13 @@ module com { module sun { module star { module i18n {
//=============================================================================
/**
- A calendar as loaded from locale data.
+ A calendar as returned in a sequence by
+ <member>XLocaleData::getAllCalendars()</member>.
- <p>A sequence of Calendars is returned by calls to
- <member>XLocaleData::getAllCalendars()</member>.
+ @see XLocaleData
+ for links to DTD of XML locale data files.
*/
+
struct Calendar
{
/// the days of the week, see also <type>CalendarItem</type>.
@@ -90,7 +92,7 @@ struct Calendar
short MinimumNumberOfDaysForFirstWeek;
/// if this is the default calendar for a given locale.
boolean Default;
- /// the name of the calendar, for example, <bold>gregorian</bold>.
+ /// the name of the calendar, for example, <b>gregorian</b>.
string Name;
};