summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;