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

cppcheck: redundantCondition

Change-Id: I02566ed92197a2573cd4a1a6c7e9fe54aeab3301
üst aab2af15
......@@ -1707,7 +1707,7 @@ void ScCheckListBox::CheckEntry( SvTreeListEntry* pParent, bool bCheck )
SvTreeListEntry* ScCheckListBox::ShowCheckEntry( const OUString& sName, ScCheckListMember& rMember, bool bShow, bool bCheck )
{
SvTreeListEntry* pEntry = nullptr;
if ( !rMember.mbDate || ( rMember.mbDate && rMember.mpParent ) )
if (!rMember.mbDate || rMember.mpParent)
pEntry = FindEntry( rMember.mpParent, sName );
if ( bShow )
......
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