summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/Calendar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/Calendar.idl')
-rw-r--r--offapi/com/sun/star/i18n/Calendar.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/Calendar.idl b/offapi/com/sun/star/i18n/Calendar.idl
index 900ce249bd06..496eea036c2c 100644
--- a/offapi/com/sun/star/i18n/Calendar.idl
+++ b/offapi/com/sun/star/i18n/Calendar.idl
@@ -36,11 +36,11 @@ module com { module sun { module star { module i18n {
published struct Calendar
{
- /// the days of the week, see also <type>CalendarItem</type>.
+ /// the days of the week, see also CalendarItem.
sequence< CalendarItem > Days;
- /// the months of the year, see also <type>CalendarItem</type>.
+ /// the months of the year, see also CalendarItem.
sequence< CalendarItem > Months;
- /// the possible eras, see also <type>CalendarItem</type>.
+ /// the possible eras, see also CalendarItem.
sequence< CalendarItem > Eras;
/// the ID of the day with which the week begins.
string StartOfWeek;