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

coverity#704318 Logically dead code

Change-Id: I591188e0323bb75c55cad9a078eea188f79b3a03
üst 233a2fe4
......@@ -1385,9 +1385,6 @@ Any TreeControlPeer::getProperty( const OUString& PropertyName ) throw(RuntimeEx
UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow();
switch(nPropId)
{
case BASEPROPERTY_HIDEINACTIVESELECTION:
return Any( ( rTree.GetStyle() & WB_HIDESELECTION ) != 0 ? sal_True : sal_False );
case BASEPROPERTY_TREE_SELECTIONTYPE:
{
SelectionType eSelectionType;
......
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