summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-07-22 20:41:40 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-07-22 20:41:40 +1000
commit4f5238deaca3e565e56adefb6b4805cb2c571ed4 (patch)
tree10a8865963c78483a9a589f45d97dec9587dd70f
parent198cc058d0ced75e790ad7a6f0cc47a81adf8c13 (diff)
osl: get rid of comment cruft in w32/time.cxx
Change-Id: Ief31a90cb0d14ac396be4d11719f8deb136b081d
-rw-r--r--sal/osl/w32/time.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sal/osl/w32/time.cxx b/sal/osl/w32/time.cxx
index 11ce61539db3..1a6e6ceaa181 100644
--- a/sal/osl/w32/time.cxx
+++ b/sal/osl/w32/time.cxx
@@ -27,8 +27,6 @@
#include <osl/time.h>
#include <sys/timeb.h>
-// osl_getSystemTime
-
sal_Bool SAL_CALL osl_getSystemTime(TimeValue* pTimeVal)
{
SYSTEMTIME SystemTime;
@@ -78,8 +76,6 @@ sal_Bool SAL_CALL osl_getSystemTime(TimeValue* pTimeVal)
return true;
}
-// osl_getDateTimeFromTimeValue
-
sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( const TimeValue* pTimeVal, oslDateTime* pDateTime )
{
FILETIME aFileTime;
@@ -106,8 +102,6 @@ sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( const TimeValue* pTimeVal, oslDa
return false;
}
-// osl_getTimeValueFromDateTime
-
sal_Bool SAL_CALL osl_getTimeValueFromDateTime( const oslDateTime* pDateTime, TimeValue* pTimeVal )
{
FILETIME aFileTime;
@@ -134,8 +128,6 @@ sal_Bool SAL_CALL osl_getTimeValueFromDateTime( const oslDateTime* pDateTime, Ti
return false;
}
-// osl_getLocalTimeFromSystemTime
-
sal_Bool SAL_CALL osl_getLocalTimeFromSystemTime( const TimeValue* pSystemTimeVal, TimeValue* pLocalTimeVal )
{
TIME_ZONE_INFORMATION aTimeZoneInformation;
@@ -163,8 +155,6 @@ sal_Bool SAL_CALL osl_getLocalTimeFromSystemTime( const TimeValue* pSystemTimeVa
return false;
}
-// osl_getSystemTimeFromLocalTime
-
sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( const TimeValue* pLocalTimeVal, TimeValue* pSystemTimeVal )
{
TIME_ZONE_INFORMATION aTimeZoneInformation;