summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/AmPmValue.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/AmPmValue.idl')
-rw-r--r--offapi/com/sun/star/i18n/AmPmValue.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/AmPmValue.idl b/offapi/com/sun/star/i18n/AmPmValue.idl
index cc6923dc7..b775d1835 100644
--- a/offapi/com/sun/star/i18n/AmPmValue.idl
+++ b/offapi/com/sun/star/i18n/AmPmValue.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AmPmValue.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,10 +68,13 @@ module com { module sun { module star { module i18n {
//=============================================================================
-/// constants used in calls to <member>XCalendar::getDisplayName()</member>
+/** Constants for AM/PM used in calls to <member>XCalendar::getDisplayName()</member>.
+ */
constants AmPmValue
{
+ /// get display name string for AM
const short AM = 0;
+ /// get display name string for PM
const short PM = 1;
};