Kaydet (Commit) 940ac1e5 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: -Werror=maybe-uninitialized

Change-Id: I8f63bc51c48d69eaa81bf080b05747c026871f08
üst ae71ad47
......@@ -574,7 +574,7 @@ void SAL_CALL VCLXFileControl::setProperty( const OUString& PropertyName, const
{
case BASEPROPERTY_HIDEINACTIVESELECTION:
{
bool bValue;
bool bValue(false);
OSL_VERIFY( Value >>= bValue );
lcl_setWinBits( pControl, WB_NOHIDESELECTION, !bValue );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment