summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbaapplicationbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbaapplicationbase.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbaapplicationbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
index 7110e7cf89cc..8dfe505fb47d 100644
--- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx
+++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
@@ -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