summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:23:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:23:20 +0000
commite0570c28bd57604a7ecf112809ec9540a53443e3 (patch)
treefa44677fd355fa726766bb34e2581d053455fdf8 /configmgr/source
parentc4ec4302d72adf9f87810c450c31369b8f46130f (diff)
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.
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/api2/providerimpl.cxx6
1 files changed, 3 insertions, 3 deletions
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