diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:07:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:07:31 +0000 |
commit | bdb6f9d63586241bb27d6628774b0313b491a0ad (patch) | |
tree | 13e1dfaee710afc09e4f65161e9cea168a170d29 | |
parent | a0f362bd2dac4ff79818c3e66815e5db18857e08 (diff) |
INTEGRATION: CWS pj65 (1.4.50); FILE MERGED
2006/11/06 11:14:22 pjanik 1.4.50.1: #i71027#: Prevent warnings on Mac OS X.
-rw-r--r-- | svx/source/dialog/optupdt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/optupdt.cxx b/svx/source/dialog/optupdt.cxx index 5b84695b32ea..feae63f20499 100644 --- a/svx/source/dialog/optupdt.cxx +++ b/svx/source/dialog/optupdt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optupdt.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:23:30 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:07:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -233,7 +233,7 @@ void SvxOnlineUpdateTabPage::Reset( const SfxItemSet& ) m_aEveryWeekButton.Enable(bValue); m_aEveryMonthButton.Enable(bValue); - sal_Int64 nValue; + sal_Int64 nValue = 0; m_xUpdateAccess->getByName( UNISTRING("CheckInterval") ) >>= nValue; if( nValue == 86400 ) |