diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-04 10:56:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-04 10:56:00 +0200 |
commit | 118aee93197e093bc853b69ec8557f3e9cd512f3 (patch) | |
tree | fee8232647dbac94b3f2b80f8c2615f4660c8b81 /offapi | |
parent | 8ee69b0ba13f74d1515fac71df92947eb6328ab1 (diff) |
Clean up documentation of XDate-/TimeField
...after 8ee69b0ba13f74d1515fac71df92947eb6328ab1 changed it from using integers
with special interpretation to self-explaining data structures.
Change-Id: Ib05dbde969fedcfb5f8c55a926bfef4120e38030
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XDateField.idl | 3 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XTimeField.idl | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/XDateField.idl b/offapi/com/sun/star/awt/XDateField.idl index 1884c3ec972f..72d1c80f93dd 100644 --- a/offapi/com/sun/star/awt/XDateField.idl +++ b/offapi/com/sun/star/awt/XDateField.idl @@ -33,9 +33,6 @@ published interface XDateField: com::sun::star::uno::XInterface { /** sets the date value which is displayed in the date field. - - <p>The date value must be specified in the format - YYYYMMDD.</p> */ void setDate( [in] ::com::sun::star::util::Date Date ); diff --git a/offapi/com/sun/star/awt/XTimeField.idl b/offapi/com/sun/star/awt/XTimeField.idl index 1c4e02a5347d..b48f3d9f0720 100644 --- a/offapi/com/sun/star/awt/XTimeField.idl +++ b/offapi/com/sun/star/awt/XTimeField.idl @@ -33,10 +33,6 @@ published interface XTimeField: com::sun::star::uno::XInterface { /** sets the time value which is displayed in the time field. - - <p>The time value must be specified in the format HHMMSSnnnnnnnnn, - where HH are hours, MM are minutes, SS are seconds and - nnnnnnnnn are nanoseconds.</p> */ void setTime( [in] com::sun::star::util::Time Time ); |