summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt')
-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 );