summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:11:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:11:32 +0000
commit370101391426ca6c36c62d1b5296df99cb8d813a (patch)
tree0292fb266feaffe6e5e6699e2fea6a9b3b33088c /svtools
parentc8bd21bf1768781c886bfac1157ed011c2f4ab7f (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.24.90); FILE MERGED
2006/08/18 14:31:22 mhu 1.24.90.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/saveopt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/saveopt.cxx b/svtools/source/config/saveopt.cxx
index c4efc427746b..0db219e62248 100644
--- a/svtools/source/config/saveopt.cxx
+++ b/svtools/source/config/saveopt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saveopt.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 20:48:03 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:11:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -467,7 +467,7 @@ SvtSaveOptions_Impl::SvtSaveOptions_Impl()
default:
{
- sal_Bool bTemp;
+ sal_Bool bTemp = sal_Bool();
if ( pValues[nProp] >>= bTemp )
{
switch ( nProp )