summaryrefslogtreecommitdiff
path: root/configmgr/source/registry
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:23:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:23:57 +0000
commit596265a134d2c15625581caff3f129092315d80d (patch)
tree6079b2f915bd1ca56fcc0055d72ee12573245f9f /configmgr/source/registry
parentc5082396ac79c56a217bdf6ed63af29ffc9e8afc (diff)
INTEGRATION: CWS pj65 (1.13.10); FILE MERGED
2006/10/24 06:41:43 pjanik 1.13.10.1: #i70649#: Prevent warnings on Mac OS X.
Diffstat (limited to 'configmgr/source/registry')
-rw-r--r--configmgr/source/registry/cfgregistrykey.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/registry/cfgregistrykey.cxx b/configmgr/source/registry/cfgregistrykey.cxx
index 0c9c936a51..802d9b756a 100644
--- a/configmgr/source/registry/cfgregistrykey.cxx
+++ b/configmgr/source/registry/cfgregistrykey.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cfgregistrykey.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 15:19:23 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:23:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -942,7 +942,7 @@ sal_Int32 SAL_CALL OConfigurationRegistryKey::getLongValue( ) throw(InvalidRegi
case TypeClass_DOUBLE:
{
- double fNativeValue;
+ double fNativeValue = 0;
aValue >>= fNativeValue;
// find a reasonable allowed imprecision