summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XTimeField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XTimeField.idl')
-rw-r--r--offapi/com/sun/star/awt/XTimeField.idl4
1 files changed, 0 insertions, 4 deletions
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 );