summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:13:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:13:20 +0000
commit050cc95908fbe567e1fbabac94f982b04534f728 (patch)
tree951954572c48962fcf6b1570025477acaea7a6c6 /svtools
parent90341a3a38dfddb4c23fa07d84d89d67ff6a093b (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.4.90); FILE MERGED
2006/08/18 14:31:25 mhu 1.4.90.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/generictoolboxcontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/generictoolboxcontroller.cxx b/svtools/source/uno/generictoolboxcontroller.cxx
index b6081f7a9063..2bf514503ea4 100644
--- a/svtools/source/uno/generictoolboxcontroller.cxx
+++ b/svtools/source/uno/generictoolboxcontroller.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: generictoolboxcontroller.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 21:28:06 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:13:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -188,7 +188,7 @@ throw ( RuntimeException )
nItemBits &= ~TIB_CHECKABLE;
TriState eTri = STATE_NOCHECK;
- sal_Bool bValue;
+ sal_Bool bValue = sal_Bool();
rtl::OUString aStrValue;
ItemStatus aItemState;