From e0570c28bd57604a7ecf112809ec9540a53443e3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 21 Nov 2006 16:23:20 +0000 Subject: INTEGRATION: CWS pj65 (1.65.10); FILE MERGED 2006/10/24 06:40:25 pjanik 1.65.10.1: #i70649#: Prevent warnings on Mac OS X. --- configmgr/source/api2/providerimpl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configmgr/source') diff --git a/configmgr/source/api2/providerimpl.cxx b/configmgr/source/api2/providerimpl.cxx index 2fc301915a72..346c15af07a8 100644 --- a/configmgr/source/api2/providerimpl.cxx +++ b/configmgr/source/api2/providerimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: providerimpl.cxx,v $ * - * $Revision: 1.65 $ + * $Revision: 1.66 $ * - * last change: $Author: obo $ $Date: 2006-09-16 14:59:38 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:23:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -722,7 +722,7 @@ namespace configmgr case ARG_DEPTH: { - sal_Int32 nIntVal; + sal_Int32 nIntVal = 0; if (aValue >>= nIntVal) _nLevels = nIntVal; else -- cgit