fdo#82577: Handle Time
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
eb4811590c
commit
fc04f76336
@@ -74,7 +74,7 @@ public:
|
||||
static double GetNow()
|
||||
{
|
||||
Date aDateNow( Date::SYSTEM );
|
||||
Time aTimeNow( Time::SYSTEM );
|
||||
tools::Time aTimeNow( tools::Time::SYSTEM );
|
||||
Date aRefDate( 1,1,1900 );
|
||||
long nDiffDays = (long)(aDateNow - aRefDate);
|
||||
nDiffDays += 2; // Change VisualBasic: 1.Jan.1900 == 2
|
||||
|
Reference in New Issue
Block a user