summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/Time.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/Time.idl')
-rw-r--r--offapi/com/sun/star/util/Time.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/util/Time.idl b/offapi/com/sun/star/util/Time.idl
index 75ccc7dd4dfc..51cbd7e6c197 100644
--- a/offapi/com/sun/star/util/Time.idl
+++ b/offapi/com/sun/star/util/Time.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_util_Time_idl__
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** represents a time value.
*/
@@ -34,24 +32,20 @@ published struct Time
*/
unsigned short HundredthSeconds;
- //-------------------------------------------------------------------------
/** contains the seconds (0-59).
*/
unsigned short Seconds;
- //-------------------------------------------------------------------------
/** contains the minutes (0-59).
*/
unsigned short Minutes;
- //-------------------------------------------------------------------------
/** contains the hour (0-23).
*/
unsigned short Hours;
};
-//=============================================================================
}; }; }; };