summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/Date.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/Date.idl')
-rw-r--r--offapi/com/sun/star/util/Date.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/Date.idl b/offapi/com/sun/star/util/Date.idl
index 0f65b15442e0..d881fd4077b4 100644
--- a/offapi/com/sun/star/util/Date.idl
+++ b/offapi/com/sun/star/util/Date.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_util_Date_idl__
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** represents a date value.
*/
@@ -34,13 +32,11 @@ published struct Date
*/
unsigned short Day;
- //-------------------------------------------------------------------------
/** contains the month of year (1-12 or 0 for a void date).
*/
unsigned short Month;
- //-------------------------------------------------------------------------
/** contains the year.
*/
@@ -48,7 +44,6 @@ published struct Date
};
-//=============================================================================
}; }; }; };