summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaol?n McNamara <cmc@openoffice.org>2010-07-06 11:54:12 +0100
committerCaol?n McNamara <cmc@openoffice.org>2010-07-06 11:54:12 +0100
commit32c76a4434c49e687c0a6e955f521586f9c75be5 (patch)
treee901430436d5ac6327647411da4d45890fa1187f
parentd315e8bee6e680a5f7a6f4df067e07e58bc8b61d (diff)
cmcfixes76: #i112969# WaE
Notes
split repo tag: libs-gui_ooo/DEV300_m85
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 92ae93f5080d..bdb2256a07e8 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -806,7 +806,7 @@ sal_Bool SAL_CALL ToolboxController::convertFastPropertyValue( com::sun::star::u
{
case TOOLBARCONTROLLER_PROPHANDLE_SUPPORTSVISIABLE:
{
- sal_Bool aNewValue;
+ sal_Bool aNewValue(sal_False);
aValue >>= aNewValue;
if (aNewValue != m_bSupportVisiable)
{