offapi/com/sun/star/awt/XDateField.idl |    3 ---
 offapi/com/sun/star/awt/XTimeField.idl |    4 ----
 2 files changed, 7 deletions(-)

New commits:
commit 118aee93197e093bc853b69ec8557f3e9cd512f3
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Sun Aug 4 10:56:00 2013 +0200

    Clean up documentation of XDate-/TimeField
    
    ...after 8ee69b0ba13f74d1515fac71df92947eb6328ab1 changed it from using 
integers
    with special interpretation to self-explaining data structures.
    
    Change-Id: Ib05dbde969fedcfb5f8c55a926bfef4120e38030

diff --git a/offapi/com/sun/star/awt/XDateField.idl 
b/offapi/com/sun/star/awt/XDateField.idl
index 1884c3e..72d1c80 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 1c4e02a..b48f3d9f 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 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to