summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:11:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:11:55 +0000
commit6c155298a0279bbb23e2a2292e11919dfd539014 (patch)
tree1ebd31098b0ee895c970090bcf3f34b00c0a1a0a /svtools
parent1ff29ff89b89c8824a44bf682460a9533438884f (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.18.90); FILE MERGED
2006/08/18 14:31:23 mhu 1.18.90.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/syslocaleoptions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/syslocaleoptions.cxx b/svtools/source/config/syslocaleoptions.cxx
index e50bdf76f933..65f1925615be 100644
--- a/svtools/source/config/syslocaleoptions.cxx
+++ b/svtools/source/config/syslocaleoptions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: syslocaleoptions.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 20:49:04 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:11:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -234,7 +234,7 @@ SvtSysLocaleOptions_Impl::SvtSysLocaleOptions_Impl()
break;
case PROPERTYHANDLE_DECIMALSEPARATOR:
{
- sal_Bool bValue;
+ sal_Bool bValue = sal_Bool();
if ( pValues[nProp] >>= bValue )
m_bDecimalSeparator = bValue;
else