diff options
author | Caol?n McNamara <cmc@openoffice.org> | 2010-07-06 11:54:12 +0100 |
---|---|---|
committer | Caol?n McNamara <cmc@openoffice.org> | 2010-07-06 11:54:12 +0100 |
commit | 32c76a4434c49e687c0a6e955f521586f9c75be5 (patch) | |
tree | e901430436d5ac6327647411da4d45890fa1187f /svtools/source | |
parent | d315e8bee6e680a5f7a6f4df067e07e58bc8b61d (diff) |
cmcfixes76: #i112969# WaE
Notes
Notes:
split repo tag: libs-gui_ooo/DEV300_m85
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/uno/toolboxcontroller.cxx | 2 |
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) { |