diff options
Diffstat (limited to 'include/vcl/treelistbox.hxx')
-rw-r--r-- | include/vcl/treelistbox.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx index 37ee71a9e56e..0f47b402dc91 100644 --- a/include/vcl/treelistbox.hxx +++ b/include/vcl/treelistbox.hxx @@ -383,7 +383,6 @@ public: bool IsInplaceEditingEnabled() const { return bool(nImpFlags & SvTreeListBoxFlags::EDT_ENABLED); } bool IsEditingActive() const { return bool(nImpFlags & SvTreeListBoxFlags::IN_EDT); } void EndEditing( bool bCancel = false ); - void ForbidEmptyText(); void Clear(); @@ -482,9 +481,6 @@ public: @return The bounding rectangle of an entry. */ tools::Rectangle GetBoundingRect( SvTreeListEntry* pEntry ); - /** Enables, that one cell of a tablistbox entry can be focused */ - void EnableCellFocus(); - SvTreeFlags GetTreeFlags() const {return nTreeFlags;} static OUString SearchEntryTextWithHeadTitle(SvTreeListEntry* pEntry); |