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:
Noel Grandin
2014-09-28 15:49:26 +02:00
committed by Noel Grandin
parent eb4811590c
commit fc04f76336
203 changed files with 676 additions and 778 deletions

View File

@@ -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