diff options
author | Eike Rathke <erack@redhat.com> | 2015-01-26 18:43:01 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-26 18:44:00 +0100 |
commit | 92fd7a6b029e6ebad651a0e4636fa9c9229c931c (patch) | |
tree | 90d6be72582cc97d39316feebc6db77b45696246 /offapi | |
parent | 58da9ef3f19643e20b9b22c3a3f0855c62c0d199 (diff) |
no hurry to publish XCalendar4 and LocaleCalendar2 now, tdf#63230
Change-Id: I05343a0c541ae2f66eedd7cc033140f810f3b1a2
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/i18n/LocaleCalendar2.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/i18n/XCalendar4.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/LocaleCalendar2.idl b/offapi/com/sun/star/i18n/LocaleCalendar2.idl index fd878afd06ef..5b31a8d516f5 100644 --- a/offapi/com/sun/star/i18n/LocaleCalendar2.idl +++ b/offapi/com/sun/star/i18n/LocaleCalendar2.idl @@ -18,7 +18,7 @@ module com { module sun { module star { module i18n { @since LibreOffice 4.5 */ -published service LocaleCalendar2 : XCalendar4; +service LocaleCalendar2 : XCalendar4; }; }; }; }; diff --git a/offapi/com/sun/star/i18n/XCalendar4.idl b/offapi/com/sun/star/i18n/XCalendar4.idl index 4a1cffaff81c..47f6d554f1c2 100644 --- a/offapi/com/sun/star/i18n/XCalendar4.idl +++ b/offapi/com/sun/star/i18n/XCalendar4.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module i18n { @since LibreOffice 4.5 */ -published interface XCalendar4 : com::sun::star::i18n::XCalendar3 +interface XCalendar4 : com::sun::star::i18n::XCalendar3 { /** Set the local date/time as an offset to the start of the calendar at 1-Jan-1970 00:00. The integer part represents the |