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.idl25
1 files changed, 15 insertions, 10 deletions
diff --git a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
index 777f9fa36144..b419b12ecfec 100644
--- a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
+++ b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
@@ -41,20 +41,25 @@ module com { module sun { module star { module i18n {
published 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;
+ 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;
/** name of a possessive genitive case month
@since LibreOffice 3.5
*/
- const short GENITIVE_MONTH = 5;
+ const short GENITIVE_MONTH = 5;
+
+ /** name of a partitive case month
+ @since LibreOffice 3.5
+ */
+ const short PARTITIVE_MONTH = 6;
};
//=============================================================================