Kaydet (Commit) fc205e44 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More loplugin:simplifybool

Change-Id: I9936048d9f2a7126368856eb8bd17341f40f0aed
üst 81954753
...@@ -543,7 +543,7 @@ void VCLXAccessibleBox::FillAccessibleStateSet( utl::AccessibleStateSetHelper& r ...@@ -543,7 +543,7 @@ void VCLXAccessibleBox::FillAccessibleStateSet( utl::AccessibleStateSetHelper& r
if ( sText.isEmpty() && nEntryCount > 0 ) if ( sText.isEmpty() && nEntryCount > 0 )
rStateSet.AddState(AccessibleStateType::INDETERMINATE); rStateSet.AddState(AccessibleStateType::INDETERMINATE);
} }
else if (m_aBoxType == LISTBOX && m_bIsDropDownBox == true) else if (m_aBoxType == LISTBOX && m_bIsDropDownBox)
{ {
sal_Int32 nSelectedEntryCount = 0; sal_Int32 nSelectedEntryCount = 0;
ListBox* pListBox = static_cast< ListBox* >( GetWindow() ); ListBox* pListBox = static_cast< ListBox* >( GetWindow() );
......
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