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
commitdb3dbb2461e9207a0e23ee7a55882b5f99be619c (patch)
tree154a85a272a049b5a2d603ccc8aa47873351a8df
parent97cd4a463dfaf06bc4fd3f5a74652379c933a474 (diff)
cmcfixes76: #i112969# WaEooo/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 67f3028ae6..7ccdc2820f 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)
{