From ef823f8d6960e534146c3be3f6d7c20e985e6920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 10 Apr 2007 05:52:26 +0000 Subject: [PATCH] #i76148# Avoid warning ''lastChecked' may be used uninitialized in this function'. --- svx/source/dialog/optupdt.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svx/source/dialog/optupdt.cxx b/svx/source/dialog/optupdt.cxx index 5e610c0f8fc2..ba4031375f72 100644 --- a/svx/source/dialog/optupdt.cxx +++ b/svx/source/dialog/optupdt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optupdt.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2007-04-04 07:51:22 $ + * last change: $Author: rt $ $Date: 2007-04-10 06:52:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -170,7 +170,7 @@ void SvxOnlineUpdateTabPage::UpdateLastCheckedText() rtl::OUString aDateStr; rtl::OUString aTimeStr; rtl::OUString aText; - sal_Int64 lastChecked; + sal_Int64 lastChecked = 0; m_xUpdateAccess->getByName( UNISTRING( "LastCheck") ) >>= lastChecked;