[Libreoffice-commits] core.git: include/osl

Chris Sherlock chris.sherlock79 at gmail.com
Fri Mar 17 16:19:30 UTC 2017


 include/osl/time.h |   15 ---------------
 1 file changed, 15 deletions(-)

New commits:
commit 11ad608a1c1128bd75c85e52995804f9864ee803
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Mar 18 03:18:42 2017 +1100

    osl: remove more comment cruft
    
    Change-Id: Idbad5816dcae188705e47408fe295cbae15a29a1

diff --git a/include/osl/time.h b/include/osl/time.h
index 0a1834f4c93d..6755dba210d4 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -29,10 +29,6 @@
 #include <sal/saldllapi.h>
 #include <sal/types.h>
 
-/****************************************************************************/
-/* TimeValue                                                                */
-/****************************************************************************/
-
 #ifdef SAL_W32
 #   pragma pack(push, 8)
 #endif
@@ -86,13 +82,8 @@ typedef struct {
 extern "C" {
 #endif
 
-/****************************************************************************/
-/* oslDateTime */
-/****************************************************************************/
-
 typedef struct _oslDateTime
 {
-    /*----------------------------------------------------------------------*/
     /** contains the nanoseconds .
     */
     sal_uInt32 NanoSeconds;
@@ -101,32 +92,26 @@ typedef struct _oslDateTime
     */
     sal_uInt16 Seconds;
 
-    /*----------------------------------------------------------------------*/
     /** contains the minutes (0-59).
     */
     sal_uInt16 Minutes;
 
-    /*----------------------------------------------------------------------*/
     /** contains the hour (0-23).
     */
     sal_uInt16 Hours;
 
-    /*----------------------------------------------------------------------*/
     /** is the day of month (1-31).
     */
     sal_uInt16 Day;
 
-    /*----------------------------------------------------------------------*/
     /** is the day of week (0-6 , 0 : Sunday).
     */
     sal_uInt16 DayOfWeek;
 
-    /*----------------------------------------------------------------------*/
     /** is the month of year (1-12).
     */
     sal_uInt16 Month;
 
-    /*----------------------------------------------------------------------*/
     /** is the year.
     */
     sal_Int16 Year;


More information about the Libreoffice-commits mailing list