summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/CalendarItem.idl
diff options
context:
space:
mode:
authorarellano <arellano@openoffice.org>2001-05-21 20:00:42 +0000
committerarellano <arellano@openoffice.org>2001-05-21 20:00:42 +0000
commit1cfde27d1a5d60968de474f9b0d41d3bad879fe4 (patch)
tree3bda0a2914145dd2d3774651d26d0c1ef00e21cc /offapi/com/sun/star/i18n/CalendarItem.idl
parentee626427b7593a136b5473d8eeae3cce10d08fa6 (diff)
added punctuation, corrected grammar
Diffstat (limited to 'offapi/com/sun/star/i18n/CalendarItem.idl')
-rw-r--r--offapi/com/sun/star/i18n/CalendarItem.idl12
1 files changed, 6 insertions, 6 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;
};