Kaydet (Commit) 118aee93 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clean up documentation of XDate-/TimeField

...after 8ee69b0b changed it from using integers
with special interpretation to self-explaining data structures.

Change-Id: Ib05dbde969fedcfb5f8c55a926bfef4120e38030
üst 8ee69b0b
...@@ -33,9 +33,6 @@ published interface XDateField: com::sun::star::uno::XInterface ...@@ -33,9 +33,6 @@ published interface XDateField: com::sun::star::uno::XInterface
{ {
/** sets the date value which is displayed in the date field. /** 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 ); void setDate( [in] ::com::sun::star::util::Date Date );
......
...@@ -33,10 +33,6 @@ published interface XTimeField: com::sun::star::uno::XInterface ...@@ -33,10 +33,6 @@ published interface XTimeField: com::sun::star::uno::XInterface
{ {
/** sets the time value which is displayed in the time field. /** 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 ); void setTime( [in] com::sun::star::util::Time Time );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment