diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-17 08:21:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-17 16:26:34 +0200 |
commit | e40e5726e0062b214f4198ad9156d606d830d4ee (patch) | |
tree | 44c3b61a20dd3c40caba68971b76026e0c1700f5 /include | |
parent | 4a31ceba3bf80d9e050cde3266d49e83df372a8a (diff) |
loplugin:unusedmethods
Change-Id: I31002cc322c43498ef8c37f6b7f94ae1a8278ba9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100857
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolkit/treelist.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/toolkit/treelist.hxx b/include/vcl/toolkit/treelist.hxx index 78846381e3fb..6f047c20753c 100644 --- a/include/vcl/toolkit/treelist.hxx +++ b/include/vcl/toolkit/treelist.hxx @@ -174,9 +174,6 @@ public: const SvTreeListEntries& GetChildList( SvTreeListEntry* pParent ) const; SvTreeListEntries& GetChildList( SvTreeListEntry* pParent ); - std::pair<SvTreeListEntries::iterator, SvTreeListEntries::iterator> - GetChildIterators(SvTreeListEntry* pParent); - sal_uLong GetAbsPos( const SvTreeListEntry* pEntry ) const; static sal_uLong GetRelPos( const SvTreeListEntry* pChild ); |