summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/CalendarDisplayIndex.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/CalendarDisplayIndex.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/i18n/CalendarDisplayIndex.idl')
-rw-r--r--offapi/com/sun/star/i18n/CalendarDisplayIndex.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
index d8a46b0f0177..c8eaec310ac7 100644
--- a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
+++ b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CalendarDisplayIndex.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: arellano $ $Date: 2001-05-21 20:51:31 $
+ * 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
@@ -74,10 +74,15 @@ module com { module sun { module star { module i18n {
*/
constants CalendarDisplayIndex
{
+ /// name of an AM/PM value
const short AM_PM = 0;
+ /// name of a day of week
const short DAY = 1;
+ /// name of a month
const short MONTH = 2;
+ /// name of a year (if used for a specific calendar)
const short YEAR = 3;
+ /// name of an era, like BC/AD
const short ERA = 4;
};