summaryrefslogtreecommitdiff
path: root/configmgr/source/api2
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/api2')
-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