summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/CalendarDisplayIndex.idl')
-rw-r--r--offapi/com/sun/star/i18n/CalendarDisplayIndex.idl15
1 files changed, 10 insertions, 5 deletions
diff --git a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
index 4338ad50742f..76f17e37c976 100644
--- a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
+++ b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
@@ -41,15 +41,20 @@ module com { module sun { module star { module i18n {
published constants CalendarDisplayIndex
{
/// name of an AM/PM value
- const short AM_PM = 0;
+ const short AM_PM = 0;
/// name of a day of week
- const short DAY = 1;
+ const short DAY = 1;
/// name of a month
- const short MONTH = 2;
+ const short MONTH = 2;
/// name of a year (if used for a specific calendar)
- const short YEAR = 3;
+ const short YEAR = 3;
/// name of an era, like BC/AD
- const short ERA = 4;
+ const short ERA = 4;
+
+ /** name of a possessive genitive case month
+ @since LibreOffice 3.5
+ */
+ const short GENITIVE_MONTH = 5;
};
//=============================================================================