summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/inetoptions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/inetoptions.cxx b/svtools/source/config/inetoptions.cxx
index 7d997493d836..008805864711 100644
--- a/svtools/source/config/inetoptions.cxx
+++ b/svtools/source/config/inetoptions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inetoptions.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:24:47 $
+ * last change: $Author: vg $ $Date: 2007-01-18 14:11:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,7 +120,7 @@ namespace {
template< typename T > inline T takeAny(star::uno::Any const & rAny)
{
- T aValue;
+ T aValue = T();
rAny >>= aValue;
return aValue;
}