summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:11:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:11:00 +0000
commit855e5f9e97d30a88656bcb3567de5c7a9da1be49 (patch)
tree8ccb77786eb1eb1b0af4903731206b22390ae411 /svtools
parent6ba901209bb8f76518fa7d7a22b0307406c9f5b0 (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.11.90); FILE MERGED
2006/08/18 14:31:22 mhu 1.11.90.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/accessibilityoptions.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/accessibilityoptions.cxx b/svtools/source/config/accessibilityoptions.cxx
index 546aaf697ba3..fd517610c495 100644
--- a/svtools/source/config/accessibilityoptions.cxx
+++ b/svtools/source/config/accessibilityoptions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessibilityoptions.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 20:41:11 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:11:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -213,7 +213,7 @@ void SvtAccessibilityOptions_Impl::Load()
DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" );
if ( aValues.getLength() == aNames.getLength() )
{
- sal_Bool bTemp;
+ sal_Bool bTemp = sal_Bool();
for ( int nProp = 0; nProp < aNames.getLength(); nProp++ )
{
@@ -237,7 +237,7 @@ void SvtAccessibilityOptions_Impl::Load()
}
else
{
- sal_Int16 nTemp;
+ sal_Int16 nTemp = sal_Int16();
if( pValues[nProp] >>= nTemp )
{
if(PropertyNameIndex(nProp)==HELPTIPSECONDS)//this is an integer and not a bool