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.
This commit is contained in:
Vladimir Glazounov 2006-11-21 16:23:57 +00:00
parent b5f3092cad
commit 7ca4716b86

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: cfgregistrykey.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * 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: case TypeClass_DOUBLE:
{ {
double fNativeValue; double fNativeValue = 0;
aValue >>= fNativeValue; aValue >>= fNativeValue;
// find a reasonable allowed imprecision // find a reasonable allowed imprecision