summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-02 20:38:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-03 09:07:55 +0100
commit9d6c648d5478c2c45eb9333adad098d6768a91c2 (patch)
tree0d9e8d9b70b72847921c30ebd2cdc27feb7b9d85
parent233a2fe441461645392d10077a230ca19bd1a924 (diff)
coverity#704318 Logically dead code
Change-Id: I591188e0323bb75c55cad9a078eea188f79b3a03
-rw-r--r--svtools/source/uno/treecontrolpeer.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx
index 39ca76b9f9a9..4100b4095579 100644
--- a/svtools/source/uno/treecontrolpeer.cxx
+++ b/svtools/source/uno/treecontrolpeer.cxx
@@ -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;