diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-12-14 22:26:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-12-14 22:28:06 +0100 |
commit | 00438a182db9d0edcc2339c8a35a79280c60d1a5 (patch) | |
tree | c532cfd6f563e69ac45cb0489297c822b7b2857a /svtools/inc | |
parent | 3a9e1e71d9a28b2c6bc96757e629b231d2276d9d (diff) |
Remove some newly tagged unused methods
Change-Id: I95d2c24ffefe6835c9505d149dc94847f1140b9c
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/treelist.hxx | 4 | ||||
-rw-r--r-- | svtools/inc/svtools/viewdataentry.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx index c931f0ea9cfd..220b2f4c7f88 100644 --- a/svtools/inc/svtools/treelist.hxx +++ b/svtools/inc/svtools/treelist.hxx @@ -193,9 +193,6 @@ public: const SvTreeListEntries& GetChildList( SvTreeListEntry* pParent ) const; SvTreeListEntries& GetChildList( SvTreeListEntry* pParent ); - std::pair<SvTreeListEntries::const_iterator, SvTreeListEntries::const_iterator> - GetChildIterators(const SvTreeListEntry* pParent) const; - std::pair<SvTreeListEntries::iterator, SvTreeListEntries::iterator> GetChildIterators(SvTreeListEntry* pParent); @@ -341,7 +338,6 @@ public: sal_Bool IsExpanded( SvTreeListEntry* pEntry ) const; sal_Bool IsSelected( SvTreeListEntry* pEntry ) const; - sal_Bool HasEntryFocus( SvTreeListEntry* pEntry ) const; void SetEntryFocus( SvTreeListEntry* pEntry, sal_Bool bFocus ); const SvViewDataEntry* GetViewData( const SvTreeListEntry* pEntry ) const; SvViewDataEntry* GetViewData( SvTreeListEntry* pEntry ); diff --git a/svtools/inc/svtools/viewdataentry.hxx b/svtools/inc/svtools/viewdataentry.hxx index 9fc04084dbd0..3800b293fd2b 100644 --- a/svtools/inc/svtools/viewdataentry.hxx +++ b/svtools/inc/svtools/viewdataentry.hxx @@ -65,7 +65,6 @@ public: bool IsCursored() const; bool IsSelectable() const; void SetFocus( bool bFocus ); - void SetCursored( bool bCursored ); void SetSelected( bool bSelected ); void SetHighlighted( bool bHighlighted ); void SetExpanded( bool bExpanded ); |