summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 13:11:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 13:11:03 +0000
commitc6f671fec5f4c9a98a53768fd8e4e72f38f03fee (patch)
tree5f8b1373b4aca28d109c60839baff470b67a22a3 /svtools
parentf94bc7bcdb072fc924b5eb1c1c09563ad8012a79 (diff)
INTEGRATION: CWS pj71 (1.30.118); FILE MERGED
2007/01/15 10:28:27 pjanik 1.30.118.1: #i73445#: Prevent warnigns on Mac OS X/PPC.
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;
}