summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-04 10:56:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-04 11:03:28 +0200
commit5499225ae01f2d1ba0bb655bed343530448ad864 (patch)
tree4f35e3042e74df9961191cc2fa9af7b1489fcc9b
parent43ea97e1f9cecd6c7cba8db35ce1307c858c6857 (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 (cherry picked from commit 118aee93197e093bc853b69ec8557f3e9cd512f3)
-rw-r--r--offapi/com/sun/star/awt/XDateField.idl3
-rw-r--r--offapi/com/sun/star/awt/XTimeField.idl4
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 9438f5466e0d..8b90ce5ca31e 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 6fa1548ce6b5..939e3560cae4 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 );