summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-08-23 15:18:37 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-08-23 15:18:37 +0200
commit45e7a1e3f6b01c1fce6056f80e4642a452a42dfd (patch)
tree597e8dd9cb53acd44089e00f842561d27d640c4d /toolkit
parenta37ba38fa326b3541fe20287d98a8d4fc672cb5e (diff)
fs33a: expose the WB_HIDESELECTION but of the tree control at its UNO API
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/tree/treecontrol.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/source/controls/tree/treecontrol.cxx b/toolkit/source/controls/tree/treecontrol.cxx
index 8606792fdf2f..d56ca82bb845 100644
--- a/toolkit/source/controls/tree/treecontrol.cxx
+++ b/toolkit/source/controls/tree/treecontrol.cxx
@@ -76,6 +76,7 @@ UnoTreeModel::UnoTreeModel()
ImplRegisterProperty( BASEPROPERTY_TREE_SHOWSROOTHANDLES );
ImplRegisterProperty( BASEPROPERTY_TREE_ROWHEIGHT );
ImplRegisterProperty( BASEPROPERTY_TREE_INVOKESSTOPNODEEDITING );
+ ImplRegisterProperty( BASEPROPERTY_HIDEINACTIVESELECTION );
}
UnoTreeModel::UnoTreeModel( const UnoTreeModel& rModel )