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 --- uui/source/iahndl-ssl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uui') diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx index c57aa49007cd..74f70365a3fc 100644 --- a/uui/source/iahndl-ssl.cxx +++ b/uui/source/iahndl-ssl.cxx @@ -118,8 +118,8 @@ getLocalizedDatTimeStr( util::DateTime const & rDateTime ) { rtl::OUString aDateTimeStr; - Date aDate; - Time aTime; + Date aDate( Date::EMPTY ); + Time aTime( Time::EMPTY ); aDate = Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ); aTime = Time( rDateTime.Hours, rDateTime.Minutes, rDateTime.Seconds ); -- cgit v1.2.3