Kaydet (Commit) d61d3f26 authored tarafından Julien Nabet's avatar Julien Nabet

Useless "if else" since we do the same in both cases

üst 6a28de49
......@@ -344,10 +344,7 @@ void SwDBTreeList::RequestingChildren(SvLBoxEntry* pParent)
for (long i = 0; i < nCount; i++)
{
String sName = pColNames[i];
if(bTable)
InsertEntry(sName, pParent);
else
InsertEntry(sName, pParent);
InsertEntry(sName, pParent);
}
}
}
......
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