summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
diff options
context:
space:
mode:
authorarellano <arellano@openoffice.org>2001-05-21 19:55:04 +0000
committerarellano <arellano@openoffice.org>2001-05-21 19:55:04 +0000
commitee626427b7593a136b5473d8eeae3cce10d08fa6 (patch)
tree46a19f4c10ad9bc703f2f02ea22bbce9bc96b902 /offapi/com/sun/star/i18n/CalendarFieldIndex.idl
parentea302f2f999c9fccf4407da56e9e67eb95f57fbd (diff)
added punctuation
Diffstat (limited to 'offapi/com/sun/star/i18n/CalendarFieldIndex.idl')
-rw-r--r--offapi/com/sun/star/i18n/CalendarFieldIndex.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
index 9f1dcab970d5..f2e8afffbd4e 100644
--- a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
+++ b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CalendarFieldIndex.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2000-11-15 21:15:12 $
+ * last change: $Author: arellano $ $Date: 2001-05-21 20:55:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,13 +70,13 @@ module com { module sun { module star { module i18n {
/**
- Field indices to be passed to various <type>XCalendar</type> methods.
+ Field indexes to be passed to various <type>XCalendar</type> methods.
- <p>Field is writable only if marked both Get/Set
+ <p>Field is writable only if marked both Get/Set.
*/
constants CalendarFieldIndex
{
- /// Get <type>AmPmValue</type>
+ /// Get <type>AmPmValue</type>.
const short AM_PM = 0;
/// Get/Set [1-31]
const short DAY_OF_MONTH = 1;
@@ -84,7 +84,7 @@ constants CalendarFieldIndex
const short DAY_OF_WEEK = 2;
/// Get
const short DAY_OF_YEAR = 3;
- /// Get/Set daylight saving time offset in minutes
+ /// Get/Set daylight saving time offset in minutes.
const short DST_OFFSET = 4;
/// Get/Set [0-23]
const short HOUR = 5;