From 86adb5cacb4fe3e7fb869299447da5876f0da30d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 1 Dec 2011 21:03:42 +0100 Subject: get rid of class Date and Time default ctor with system time penalty --- cui/source/options/optupdt.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/options/optupdt.cxx') diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx index ee87645b3bcd..7e7beceaa88f 100644 --- a/cui/source/options/optupdt.cxx +++ b/cui/source/options/optupdt.cxx @@ -133,8 +133,8 @@ void SvxOnlineUpdateTabPage::UpdateLastCheckedText() TimeValue lastCheckedTV; oslDateTime lastCheckedDT; - Date aDate; - Time aTime; + Date aDate( Date::EMPTY ); + Time aTime( Time::EMPTY ); lastCheckedTV.Seconds = (sal_uInt32) lastChecked; osl_getLocalTimeFromSystemTime( &lastCheckedTV, &lastCheckedTV ); -- cgit