diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-20 14:28:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-20 14:35:55 +0100 |
commit | 01702f7d5f52b72a890f6a0173d42199c587e01f (patch) | |
tree | 40ec6952bf34536c9f9dc7a487cc5636595a636c /vcl/inc | |
parent | aee42a7bf199ce537273184428a892e74d7deea7 (diff) |
loplugin:unusedmethods
Change-Id: Ie5e90b3c834a1154ec49dc765a5031f6bdd35923
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87070
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/listbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx index 8faed20374e8..f0b4d855e4f4 100644 --- a/vcl/inc/listbox.hxx +++ b/vcl/inc/listbox.hxx @@ -113,7 +113,6 @@ public: sal_Int32 FindMatchingEntry( const OUString& rStr, sal_Int32 nStart, bool bLazy ) const; sal_Int32 FindEntry( const OUString& rStr, bool bSearchMRUArea = false ) const; - sal_Int32 FindEntry( const void* pData ) const; /// helper: add up heights up to index nEndIndex. /// GetAddedHeight( 0 ) @return 0 |