diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 10:09:55 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 10:09:55 +0000 |
commit | af4f08e48415918488aec3338e021dce3ccb03d3 (patch) | |
tree | 1cac20ce537199596fc796ab77fd402ff2a73237 /framework | |
parent | 25347a5a540e80f59955aad3598e114276b28420 (diff) |
INTEGRATION: CWS warningfixes03_SRC680 (1.15.28.1.2); FILE MERGED
2006/08/18 15:01:51 mhu 1.15.28.1.2.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/generictoolbarcontroller.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uielement/generictoolbarcontroller.cxx b/framework/source/uielement/generictoolbarcontroller.cxx index 1c72e58abb07..942901ee6bde 100644 --- a/framework/source/uielement/generictoolbarcontroller.cxx +++ b/framework/source/uielement/generictoolbarcontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: generictoolbarcontroller.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:15:19 $ + * last change: $Author: ihi $ $Date: 2006-08-29 11:09:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -245,7 +245,7 @@ throw ( RuntimeException ) nItemBits &= ~TIB_CHECKABLE; TriState eTri = STATE_NOCHECK; - sal_Bool bValue; + sal_Bool bValue = sal_Bool(); rtl::OUString aStrValue; ItemStatus aItemState; Visibility aItemVisibility; |